Home
last modified time | relevance | path

Searched refs:FSNOTIFY_GROUP_NOFS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dfsnotify_backend.h216 #define FSNOTIFY_GROUP_NOFS 0x04 /* group lock is not direct reclaim safe */ macro
267 if (group->flags & FSNOTIFY_GROUP_NOFS) in fsnotify_group_lock()
273 if (group->flags & FSNOTIFY_GROUP_NOFS) in fsnotify_group_unlock()
281 if (group->flags & FSNOTIFY_GROUP_NOFS) in fsnotify_group_assert_locked()
/openbmc/linux/fs/notify/
H A Dgroup.c147 if (flags & FSNOTIFY_GROUP_NOFS) in __fsnotify_alloc_group()
/openbmc/linux/fs/notify/dnotify/
H A Ddnotify.c405 FSNOTIFY_GROUP_NOFS); in dnotify_init()
/openbmc/linux/fs/nfsd/
H A Dfilecache.c764 FSNOTIFY_GROUP_NOFS); in nfsd_file_cache_init()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1487 FSNOTIFY_GROUP_USER | FSNOTIFY_GROUP_NOFS); in SYSCALL_DEFINE2()