Lines Matching defs:head
621 static void delayed_free_vfsmnt(struct rcu_head *head)
623 free_vfsmnt(container_of(head, struct mount, mnt_rcu));
690 struct hlist_head *head = m_hash(mnt, dentry);
693 hlist_for_each_entry_rcu(p, head, mnt_hash)
1030 LIST_HEAD(head);
1035 list_add_tail(&head, &mnt->mnt_list);
1036 list_for_each_entry(m, &head, mnt_list)
1039 list_splice(&head, n->list.prev);
1259 static void __cleanup_mnt(struct rcu_head *head)
1261 cleanup_mnt(container_of(head, struct mount, mnt_rcu));
1561 struct hlist_head head;
1566 hlist_move_list(&unmounted, &head);
1573 if (likely(hlist_empty(&head)))
1578 hlist_for_each_entry_safe(m, p, &head, mnt_umount) {