Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/
H A Dfsnotify.c192 const struct path *path = fsnotify_data_path(data, data_type); in __fsnotify_parent()
257 const struct path *path = fsnotify_data_path(data, data_type); in fsnotify_handle_inode_event()
498 const struct path *path = fsnotify_data_path(data, data_type); in fsnotify()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c302 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_group_event_mask()
722 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_alloc_event()
/openbmc/linux/include/linux/
H A Dfsnotify_backend.h329 static inline const struct path *fsnotify_data_path(const void *data, in fsnotify_data_path() function