Home
last modified time | relevance | path

Searched refs:fsnotify_alloc_group (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/fs/notify/
Dgroup.c88 struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops) in fsnotify_alloc_group() function
/linux-4.4.14/kernel/
Daudit_fsnotify.c209 audit_fsnotify_group = fsnotify_alloc_group(&audit_mark_fsnotify_ops); in audit_fsnotify_init()
Daudit_watch.c513 audit_watch_group = fsnotify_alloc_group(&audit_watch_fsnotify_ops); in audit_watch_init()
Daudit_tree.c981 audit_tree_group = fsnotify_alloc_group(&audit_tree_ops); in audit_tree_init()
/linux-4.4.14/include/linux/
Dfsnotify_backend.h306 extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops);
/linux-4.4.14/fs/notify/dnotify/
Ddnotify.c388 dnotify_group = fsnotify_alloc_group(&dnotify_fsnotify_ops); in dnotify_init()
/linux-4.4.14/fs/notify/inotify/
Dinotify_user.c637 group = fsnotify_alloc_group(&inotify_fsnotify_ops); in inotify_new_group()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c735 group = fsnotify_alloc_group(&fanotify_fsnotify_ops); in SYSCALL_DEFINE2()