Lines Matching refs:graveyard
3012 LIST_HEAD(graveyard);
3030 list_move(&mnt->mnt_expire, &graveyard);
3032 while (!list_empty(&graveyard)) {
3033 mnt = list_first_entry(&graveyard, struct mount, mnt_expire);
3047 * shrinkable submounts to the 'graveyard' list.
3049 static int select_submounts(struct mount *parent, struct list_head *graveyard)
3074 list_move_tail(&mnt->mnt_expire, graveyard);
3097 LIST_HEAD(graveyard);
3101 while (select_submounts(mnt, &graveyard)) {
3102 while (!list_empty(&graveyard)) {
3103 m = list_first_entry(&graveyard, struct mount,