Lines Matching refs:head
114 u32 fsnotify_recalc_mask(struct hlist_head *head) in fsnotify_recalc_mask() argument
119 hlist_for_each_entry(mark, head, obj_list) in fsnotify_recalc_mask()
212 void fsnotify_destroy_marks(struct hlist_head *head, spinlock_t *lock) in fsnotify_destroy_marks() argument
225 if (hlist_empty(head)) { in fsnotify_destroy_marks()
229 mark = hlist_entry(head->first, struct fsnotify_mark, obj_list); in fsnotify_destroy_marks()
297 int fsnotify_add_mark_list(struct hlist_head *head, struct fsnotify_mark *mark, in fsnotify_add_mark_list() argument
304 if (hlist_empty(head)) { in fsnotify_add_mark_list()
305 hlist_add_head_rcu(&mark->obj_list, head); in fsnotify_add_mark_list()
310 hlist_for_each_entry(lmark, head, obj_list) { in fsnotify_add_mark_list()
410 struct fsnotify_mark *fsnotify_find_mark(struct hlist_head *head, in fsnotify_find_mark() argument
415 hlist_for_each_entry(mark, head, obj_list) { in fsnotify_find_mark()