Home
last modified time | relevance | path

Searched refs:fanotify_info_file_fh (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/notify/fanotify/
Dfanotify.h146 static inline struct fanotify_fh *fanotify_info_file_fh(struct fanotify_info *info) in fanotify_info_file_fh() function
342 return fanotify_info_file_fh(&FANOTIFY_NE(event)->info); in fanotify_event_object_fh()
Dfanotify.c90 !fanotify_fh_equal(fanotify_info_file_fh(info1), in fanotify_info_equal()
91 fanotify_info_file_fh(info2))) in fanotify_info_equal()
641 ffh = fanotify_info_file_fh(info); in fanotify_alloc_name_event()