Home
last modified time | relevance | path

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

/linux-5.19.10/fs/notify/fanotify/
Dfanotify_user.c516 ret = copy_fid_info_to_user(fanotify_event_fsid(event), in copy_info_records_to_user()
532 ret = copy_fid_info_to_user(fanotify_event_fsid(event), in copy_info_records_to_user()
583 ret = copy_fid_info_to_user(fanotify_event_fsid(event), in copy_info_records_to_user()
Dfanotify.h324 static inline __kernel_fsid_t *fanotify_event_fsid(struct fanotify_event *event) in fanotify_event_fsid() function