Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfsnotify.h60 return fsnotify(inode, fsnotify_mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_perm()
205 fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_access()
223 fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_modify()
240 fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_open()
258 fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_close()
Dfsnotify_backend.h196 #define FSNOTIFY_EVENT_PATH 1 macro
/linux-4.1.27/fs/notify/
Dfsnotify.c113 ret = fsnotify(p_inode, mask, path, FSNOTIFY_EVENT_PATH, in __fsnotify_parent()
202 if (data_is == FSNOTIFY_EVENT_PATH) in fsnotify()
/linux-4.1.27/fs/notify/inotify/
Dinotify_fsnotify.c82 (data_type == FSNOTIFY_EVENT_PATH)) { in inotify_handle_event()
/linux-4.1.27/fs/notify/fanotify/
Dfanotify.c114 if (data_type != FSNOTIFY_EVENT_PATH) in fanotify_should_send_event()
/linux-4.1.27/kernel/
Daudit_watch.c484 case (FSNOTIFY_EVENT_PATH): in audit_watch_handle_event()