fanotify_fh
static bool fanotify_fh_equal(struct fanotify_fh *fh1,
struct fanotify_fh *fh2)
static int fanotify_encode_fh(struct fanotify_fh *fh, struct inode *inode,
static unsigned int fanotify_hash_fh(struct fanotify_fh *fh)
struct fanotify_fh *dfh, *ffh;
static inline void *fanotify_fh_buf(struct fanotify_fh *fh)
static inline struct fanotify_fh *fanotify_info_dir_fh(struct fanotify_info *info)
return (struct fanotify_fh *)FANOTIFY_DIR_FH_BUF(info);
static inline struct fanotify_fh *fanotify_info_dir2_fh(struct fanotify_info *info)
return (struct fanotify_fh *)FANOTIFY_DIR2_FH_BUF(info);
static inline struct fanotify_fh *fanotify_info_file_fh(struct fanotify_info *info)
return (struct fanotify_fh *)FANOTIFY_FILE_FH_BUF(info);
struct fanotify_fh name; \
#define FANOTIFY_FH_HDR_LEN sizeof(struct fanotify_fh)
static inline struct fanotify_fh *fanotify_event_object_fh(
struct fanotify_fh *fh = fanotify_event_object_fh(event);
static inline bool fanotify_fh_has_ext_buf(struct fanotify_fh *fh)
static inline char **fanotify_fh_ext_buf_ptr(struct fanotify_fh *fh)
static inline void *fanotify_fh_ext_buf(struct fanotify_fh *fh)
static int copy_fid_info_to_user(__kernel_fsid_t *fsid, struct fanotify_fh *fh,