Lines Matching refs:graveyard
3931 LIST_HEAD(graveyard);
3952 list_move(&mnt->mnt_expire, &graveyard);
3954 while (!list_empty(&graveyard)) {
3955 mnt = list_first_entry(&graveyard, struct mount, mnt_expire);
3967 * shrinkable submounts to the 'graveyard' list.
3969 static int select_submounts(struct mount *parent, struct list_head *graveyard)
3994 list_move_tail(&mnt->mnt_expire, graveyard);
4017 LIST_HEAD(graveyard);
4021 while (select_submounts(mnt, &graveyard)) {
4022 while (!list_empty(&graveyard)) {
4023 m = list_first_entry(&graveyard, struct mount,