Home
last modified time | relevance | path

Searched refs:fsnotify_clear_marks_by_group (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dfsnotify_backend.h557 extern void fsnotify_clear_marks_by_group(struct fsnotify_group *group, unsigned int type);
561 fsnotify_clear_marks_by_group(group, FSNOTIFY_OBJ_TYPE_VFSMOUNT_FL); in fsnotify_clear_vfsmount_marks_by_group()
566 fsnotify_clear_marks_by_group(group, FSNOTIFY_OBJ_TYPE_INODE_FL); in fsnotify_clear_inode_marks_by_group()
571 fsnotify_clear_marks_by_group(group, FSNOTIFY_OBJ_TYPE_SB_FL); in fsnotify_clear_sb_marks_by_group()
/kernel/linux/linux-6.6/include/linux/
H A Dfsnotify_backend.h799 extern void fsnotify_clear_marks_by_group(struct fsnotify_group *group,
804 fsnotify_clear_marks_by_group(group, FSNOTIFY_OBJ_TYPE_VFSMOUNT); in fsnotify_clear_vfsmount_marks_by_group()
809 fsnotify_clear_marks_by_group(group, FSNOTIFY_OBJ_TYPE_INODE); in fsnotify_clear_inode_marks_by_group()
814 fsnotify_clear_marks_by_group(group, FSNOTIFY_OBJ_TYPE_SB); in fsnotify_clear_sb_marks_by_group()
/kernel/linux/linux-5.10/fs/notify/
H A Dgroup.c47 * Note that another thread calling fsnotify_clear_marks_by_group() may still
61 fsnotify_clear_marks_by_group(group, FSNOTIFY_OBJ_ALL_TYPES_MASK); in fsnotify_destroy_group()
H A Dmark.c57 * need to be cleaned up. (fsnotify_clear_marks_by_group)
724 void fsnotify_clear_marks_by_group(struct fsnotify_group *group, in fsnotify_clear_marks_by_group() function
781 * fsnotify_clear_marks_by_group() and once we drop the conn->lock, the in fsnotify_destroy_marks()
/kernel/linux/linux-6.6/fs/notify/
H A Dgroup.c47 * Note that another thread calling fsnotify_clear_marks_by_group() may still
61 fsnotify_clear_marks_by_group(group, FSNOTIFY_OBJ_TYPE_ANY); in fsnotify_destroy_group()
H A Dmark.c57 * need to be cleaned up. (fsnotify_clear_marks_by_group)
786 void fsnotify_clear_marks_by_group(struct fsnotify_group *group, in fsnotify_clear_marks_by_group() function
843 * fsnotify_clear_marks_by_group() and once we drop the conn->lock, the in fsnotify_destroy_marks()

Completed in 7 milliseconds