Lines Matching defs:list
217 static struct hlist_head *list;
270 hlist_add_head(&child->mnt_hash, list);
285 * @tree_list : list of heads of trees to be attached.
301 list = tree_list;
567 * collect all mounts that receive propagation from the mount in @list,
568 * and return these additional mounts in the same list.
569 * @list: the list of mounts to be unmounted.
573 int propagate_umount(struct list_head *list)
581 list_for_each_entry_reverse(mnt, list, mnt_list) {
615 * mount in list that has not been visited yet.
637 list_splice_tail(&to_umount, list);