Lines Matching refs:fsnotify_mark
99 void fsnotify_get_mark(struct fsnotify_mark *mark) in fsnotify_get_mark()
104 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark()
117 struct fsnotify_mark *mark; in fsnotify_recalc_mask()
129 void fsnotify_destroy_mark_locked(struct fsnotify_mark *mark, in fsnotify_destroy_mark_locked()
198 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark()
212 struct fsnotify_mark *mark, *lmark; in fsnotify_destroy_marks()
227 void fsnotify_set_mark_mask_locked(struct fsnotify_mark *mark, __u32 mask) in fsnotify_set_mark_mask_locked()
237 void fsnotify_set_mark_ignored_mask_locked(struct fsnotify_mark *mark, __u32 mask) in fsnotify_set_mark_ignored_mask_locked()
281 int fsnotify_add_mark_list(struct hlist_head *head, struct fsnotify_mark *mark, in fsnotify_add_mark_list()
284 struct fsnotify_mark *lmark, *last = NULL; in fsnotify_add_mark_list()
318 int fsnotify_add_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_mark_locked()
380 int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, in fsnotify_add_mark()
394 struct fsnotify_mark *fsnotify_find_mark(struct hlist_head *head, in fsnotify_find_mark()
397 struct fsnotify_mark *mark; in fsnotify_find_mark()
414 struct fsnotify_mark *lmark, *mark; in fsnotify_clear_marks_by_group_flags()
439 mark = list_first_entry(&to_free, struct fsnotify_mark, g_list); in fsnotify_clear_marks_by_group_flags()
455 void fsnotify_duplicate_mark(struct fsnotify_mark *new, struct fsnotify_mark *old) in fsnotify_duplicate_mark()
470 void fsnotify_init_mark(struct fsnotify_mark *mark, in fsnotify_init_mark()
471 void (*free_mark)(struct fsnotify_mark *mark)) in fsnotify_init_mark()
481 struct fsnotify_mark *mark, *next; in fsnotify_mark_destroy()