fsnotify_alloc_group
nfsd_file_fsnotify_group = fsnotify_alloc_group(&nfsd_file_fsnotify_ops,
dnotify_group = fsnotify_alloc_group(&dnotify_fsnotify_ops, 0);
fsnotify_alloc_group(ops, flags),
EXPORT_SYMBOL_GPL(fsnotify_alloc_group);
group = fsnotify_alloc_group(&inotify_fsnotify_ops,
extern struct fsnotify_group *fsnotify_alloc_group(
audit_fsnotify_group = fsnotify_alloc_group(&audit_mark_fsnotify_ops,
audit_tree_group = fsnotify_alloc_group(&audit_tree_ops, 0);
audit_watch_group = fsnotify_alloc_group(&audit_watch_fsnotify_ops, 0);