Symbol: fanotify_fh
fs/notify/fanotify/fanotify.c
38
static bool fanotify_fh_equal(struct fanotify_fh *fh1,
fs/notify/fanotify/fanotify.c
39
struct fanotify_fh *fh2)
fs/notify/fanotify/fanotify.c
410
static int fanotify_encode_fh(struct fanotify_fh *fh, struct inode *inode,
fs/notify/fanotify/fanotify.c
48
static unsigned int fanotify_hash_fh(struct fanotify_fh *fh)
fs/notify/fanotify/fanotify.c
641
struct fanotify_fh *dfh, *ffh;
fs/notify/fanotify/fanotify.h
103
static inline void *fanotify_fh_buf(struct fanotify_fh *fh)
fs/notify/fanotify/fanotify.h
117
static inline struct fanotify_fh *fanotify_info_dir_fh(struct fanotify_info *info)
fs/notify/fanotify/fanotify.h
121
return (struct fanotify_fh *)FANOTIFY_DIR_FH_BUF(info);
fs/notify/fanotify/fanotify.h
133
static inline struct fanotify_fh *fanotify_info_dir2_fh(struct fanotify_info *info)
fs/notify/fanotify/fanotify.h
135
return (struct fanotify_fh *)FANOTIFY_DIR2_FH_BUF(info);
fs/notify/fanotify/fanotify.h
147
static inline struct fanotify_fh *fanotify_info_file_fh(struct fanotify_info *info)
fs/notify/fanotify/fanotify.h
149
return (struct fanotify_fh *)FANOTIFY_FILE_FH_BUF(info);
fs/notify/fanotify/fanotify.h
280
struct fanotify_fh name; \
fs/notify/fanotify/fanotify.h
29
#define FANOTIFY_FH_HDR_LEN sizeof(struct fanotify_fh)
fs/notify/fanotify/fanotify.h
338
static inline struct fanotify_fh *fanotify_event_object_fh(
fs/notify/fanotify/fanotify.h
363
struct fanotify_fh *fh = fanotify_event_object_fh(event);
fs/notify/fanotify/fanotify.h
85
static inline bool fanotify_fh_has_ext_buf(struct fanotify_fh *fh)
fs/notify/fanotify/fanotify.h
90
static inline char **fanotify_fh_ext_buf_ptr(struct fanotify_fh *fh)
fs/notify/fanotify/fanotify.h
98
static inline void *fanotify_fh_ext_buf(struct fanotify_fh *fh)
fs/notify/fanotify/fanotify_user.c
548
static int copy_fid_info_to_user(__kernel_fsid_t *fsid, struct fanotify_fh *fh,