Searched refs:FSNOTIFY_EVENT_PATH (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/include/linux/ |
| D | fsnotify.h | 52 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()
|
| D | fsnotify_backend.h | 203 #define FSNOTIFY_EVENT_PATH 1 macro
|
| /Linux-v4.19/fs/notify/ |
| D | fsnotify.c | 172 ret = fsnotify(p_inode, mask, path, FSNOTIFY_EVENT_PATH, in __fsnotify_parent() 327 if (data_is == FSNOTIFY_EVENT_PATH) in fsnotify()
|
| /Linux-v4.19/fs/notify/inotify/ |
| D | inotify_fsnotify.c | 85 (data_type == FSNOTIFY_EVENT_PATH)) { in inotify_handle_event()
|
| /Linux-v4.19/kernel/ |
| D | audit_fsnotify.c | 181 case (FSNOTIFY_EVENT_PATH): in audit_mark_handle_event()
|
| D | audit_watch.c | 499 case (FSNOTIFY_EVENT_PATH): in audit_watch_handle_event()
|
| /Linux-v4.19/fs/notify/fanotify/ |
| D | fanotify.c | 105 if (data_type != FSNOTIFY_EVENT_PATH) in fanotify_should_send_event()
|