Home
last modified time | relevance | path

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

/linux-6.14.4/fs/notify/
Dfsnotify.c235 const struct path *path = fsnotify_data_path(data, data_type); in __fsnotify_parent()
298 const struct path *path = fsnotify_data_path(data, data_type); in fsnotify_handle_inode_event()
539 const struct path *path = fsnotify_data_path(data, data_type); in fsnotify()
/linux-6.14.4/fs/notify/fanotify/
Dfanotify.c306 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_group_event_mask()
564 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_alloc_perm_event()
733 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_alloc_event()
/linux-6.14.4/include/linux/
Dfsnotify_backend.h354 static inline const struct path *fsnotify_data_path(const void *data, in fsnotify_data_path() function