Searched refs:fsnotify_alloc_group (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/
H A Dgroup.c77 struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/dnotify/
H A Ddnotify.c405 dnotify_group = fsnotify_alloc_group(&dnotify_fsnotify_ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfsnotify_backend.h349 extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops);
350 /* drop reference on a group from fsnotify_alloc_group */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit_watch.c561 audit_watch_group = fsnotify_alloc_group(&audit_watch_fsnotify_ops);
H A Daudit_tree.c943 audit_tree_group = fsnotify_alloc_group(&audit_tree_ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/fanotify/
H A Dfanotify_user.c397 /* matches the fanotify_init->fsnotify_alloc_group */
655 /* fsnotify_alloc_group takes a ref. Dropped in fanotify_release */
656 group = fsnotify_alloc_group(&fanotify_fsnotify_ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify_user.c703 group = fsnotify_alloc_group(&inotify_fsnotify_ops);

Completed in 83 milliseconds