Home
last modified time | relevance | path

Searched refs:fsnotify_data_path (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/notify/
Dfsnotify.c176 const struct path *path = fsnotify_data_path(data, data_type); in __fsnotify_parent()
429 const struct path *path = fsnotify_data_path(data, data_type); in fsnotify()
/Linux-v5.10/fs/notify/inotify/
Dinotify_fsnotify.c139 const struct path *path = fsnotify_data_path(data, data_type); in inotify_handle_event()
/Linux-v5.10/fs/notify/fanotify/
Dfanotify.c234 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_group_event_mask()
532 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_alloc_event()
/Linux-v5.10/include/linux/
Dfsnotify_backend.h267 static inline const struct path *fsnotify_data_path(const void *data, in fsnotify_data_path() function