Home
last modified time | relevance | path

Searched refs:fsnotify_alloc_user_group (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/notify/
Dgroup.c152 struct fsnotify_group *fsnotify_alloc_user_group(const struct fsnotify_ops *ops) in fsnotify_alloc_user_group() function
156 EXPORT_SYMBOL_GPL(fsnotify_alloc_user_group);
/Linux-v5.15/include/linux/
Dfsnotify_backend.h470 extern struct fsnotify_group *fsnotify_alloc_user_group(const struct fsnotify_ops *ops);
/Linux-v5.15/fs/notify/inotify/
Dinotify_user.c639 group = fsnotify_alloc_user_group(&inotify_fsnotify_ops); in inotify_new_group()
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c1217 group = fsnotify_alloc_user_group(&fanotify_fsnotify_ops); in SYSCALL_DEFINE2()