Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfsnotify_backend.h309 FSNOTIFY_EVENT_PATH, enumerator
345 case FSNOTIFY_EVENT_PATH: in fsnotify_data_inode()
362 case FSNOTIFY_EVENT_PATH: in fsnotify_data_dentry()
375 case FSNOTIFY_EVENT_PATH: in fsnotify_data_path()
392 case FSNOTIFY_EVENT_PATH: in fsnotify_data_sb()
H A Dfsnotify.h113 return fsnotify_parent(path->dentry, mask, path, FSNOTIFY_EVENT_PATH); in fsnotify_path()
/linux/fs/notify/
H A Dfsnotify.c223 !(data_type == FSNOTIFY_EVENT_PATH && in __fsnotify_parent()