Searched refs:fully_erased (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/ufs/chfs/
H A Debh.h260 * @fully_erased: list of PEBs that have been erased but don't have header
261 * @erase_lock: list and tree lock for fully_erased and to_erase lists and
271 struct peb_queue fully_erased; member in struct:chfs_ebh
H A Debh.c763 * 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)) {
[all...]

Completed in 217 milliseconds