Lines Matching refs:visited
519 static void cleanup_umount_visitations(struct list_head *visited)
521 while (!list_empty(visited)) {
523 list_first_entry(visited, struct mount, mnt_umounting);
540 LIST_HEAD(visited);
548 * If this mount has already been visited it is known that it's
550 * tree for the mountpoint has already been visited and there is
556 list_add_tail(&mnt->mnt_umounting, &visited);
566 * If the child has already been visited it is
569 * mountpoint has already been visited and there
577 * mount in list that has not been visited yet.
578 * Remember it has been visited and continue
581 list_add_tail(&child->mnt_umounting, &visited);
598 cleanup_umount_visitations(&visited);