Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
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()
/Linux-v6.1/fs/notify/
Dgroup.c147 if (flags & FSNOTIFY_GROUP_NOFS) in __fsnotify_alloc_group()
/Linux-v6.1/fs/notify/dnotify/
Ddnotify.c405 FSNOTIFY_GROUP_NOFS); in dnotify_init()
/Linux-v6.1/fs/nfsd/
Dfilecache.c854 FSNOTIFY_GROUP_NOFS); in nfsd_file_cache_init()
/Linux-v6.1/fs/notify/fanotify/
Dfanotify_user.c1427 FSNOTIFY_GROUP_USER | FSNOTIFY_GROUP_NOFS); in SYSCALL_DEFINE2()