Home | History | Annotate | Download | only in chfs

Lines Matching refs:fully_erased

763  * add_peb_to_erase_queue: adds a PEB to to_erase/fully_erased queue
939 if (!TAILQ_EMPTY(&ebh->fully_erased)) {
941 peb = TAILQ_FIRST(&ebh->fully_erased);
942 TAILQ_REMOVE(&ebh->fully_erased, peb, u.queue);
1062 if (TAILQ_EMPTY(&ebh->to_erase) && TAILQ_EMPTY(&ebh->fully_erased)) {
1099 TAILQ_EMPTY(&ebh->fully_erased)) {
1519 TAILQ_INIT(&ebh->fully_erased);
1555 &ebh->fully_erased);
1692 EBH_QUEUE_DESTROY(&ebh->fully_erased, struct chfs_peb, u.queue);
1780 TAILQ_EMPTY(&ebh->fully_erased)) {