OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fully_erased
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/chfs/
ebh.h
260
* @
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
ebh.c
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
)) {
[
all
...]
Completed in 30 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025