Lines Matching refs:list
218 static struct hlist_head *list;
271 hlist_add_head(&child->mnt_hash, list);
286 * @tree_list : list of heads of trees to be attached.
303 list = tree_list;
529 * collect all mounts that receive propagation from the mount in @list,
530 * and return these additional mounts in the same list.
531 * @list: the list of mounts to be unmounted.
535 int propagate_umount(struct list_head *list)
543 list_for_each_entry_reverse(mnt, list, mnt_list) {
577 * mount in list that has not been visited yet.
599 list_splice_tail(&to_umount, list);