Lines Matching refs:graveyard
3444 LIST_HEAD(graveyard);
3462 list_move(&mnt->mnt_expire, &graveyard);
3464 while (!list_empty(&graveyard)) {
3465 mnt = list_first_entry(&graveyard, struct mount, mnt_expire);
3479 * shrinkable submounts to the 'graveyard' list.
3481 static int select_submounts(struct mount *parent, struct list_head *graveyard)
3506 list_move_tail(&mnt->mnt_expire, graveyard);
3529 LIST_HEAD(graveyard);
3533 while (select_submounts(mnt, &graveyard)) {
3534 while (!list_empty(&graveyard)) {
3535 m = list_first_entry(&graveyard, struct mount,