Searched refs:fanotify_fh (Results 1 – 3 of 3) sorted by relevance
27 #define FANOTIFY_FH_HDR_LEN offsetof(struct fanotify_fh, buf)30 struct fanotify_fh { struct54 static inline bool fanotify_fh_has_ext_buf(struct fanotify_fh *fh) in fanotify_fh_has_ext_buf()59 static inline char **fanotify_fh_ext_buf_ptr(struct fanotify_fh *fh) in fanotify_fh_ext_buf_ptr()67 static inline void *fanotify_fh_ext_buf(struct fanotify_fh *fh) in fanotify_fh_ext_buf()72 static inline void *fanotify_fh_buf(struct fanotify_fh *fh) in fanotify_fh_buf()86 static inline struct fanotify_fh *fanotify_info_dir_fh(struct fanotify_info *info) in fanotify_info_dir_fh()90 return (struct fanotify_fh *)info->buf; in fanotify_info_dir_fh()102 static inline struct fanotify_fh *fanotify_info_file_fh(struct fanotify_info *info) in fanotify_info_file_fh()104 return (struct fanotify_fh *)(info->buf + info->dir_fh_totlen); in fanotify_info_file_fh()[all …]
44 static bool fanotify_fh_equal(struct fanotify_fh *fh1, in fanotify_fh_equal()45 struct fanotify_fh *fh2) in fanotify_fh_equal()54 static unsigned int fanotify_hash_fh(struct fanotify_fh *fh) in fanotify_hash_fh()361 static int fanotify_encode_fh(struct fanotify_fh *fh, struct inode *inode, in fanotify_encode_fh()526 struct fanotify_fh *dfh, *ffh; in fanotify_alloc_name_event()
319 static int copy_fid_info_to_user(__kernel_fsid_t *fsid, struct fanotify_fh *fh, in copy_fid_info_to_user()