Lines Matching defs:head
558 static void delayed_free_vfsmnt(struct rcu_head *head)
560 free_vfsmnt(container_of(head, struct mount, mnt_rcu));
611 struct hlist_head *head = m_hash(mnt, dentry);
614 hlist_for_each_entry_rcu(p, head, mnt_hash)
897 LIST_HEAD(head);
902 list_add_tail(&head, &mnt->mnt_list);
903 list_for_each_entry(m, &head, mnt_list)
906 list_splice(&head, n->list.prev);
1124 static void __cleanup_mnt(struct rcu_head *head)
1126 cleanup_mnt(container_of(head, struct mount, mnt_rcu));
1414 struct hlist_head head;
1419 hlist_move_list(&unmounted, &head);
1426 if (likely(hlist_empty(&head)))
1431 hlist_for_each_entry_safe(m, p, &head, mnt_umount) {