Home
last modified time | relevance | path

Searched refs:FSNOTIFY_EVENT_PATH (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/linux/
Dfsnotify.h52 return fsnotify(inode, fsnotify_mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_perm()
185 fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_access()
203 fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_modify()
220 fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_open()
238 fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_close()
Dfsnotify_backend.h208 #define FSNOTIFY_EVENT_PATH 1 macro
/linux-4.19.296/fs/notify/
Dfsnotify.c176 ret = fsnotify(p_inode, mask, path, FSNOTIFY_EVENT_PATH, in __fsnotify_parent()
330 if (data_is == FSNOTIFY_EVENT_PATH) in fsnotify()
/linux-4.19.296/fs/notify/inotify/
Dinotify_fsnotify.c85 (data_type == FSNOTIFY_EVENT_PATH)) { in inotify_handle_event()
/linux-4.19.296/fs/notify/fanotify/
Dfanotify.c105 if (data_type != FSNOTIFY_EVENT_PATH) in fanotify_should_send_event()