OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wc_tail
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
wapbl_replay.h
41
* wc_circ_off, wc_circ_size, wc_head and
wc_tail
fields as bytes
43
* at wc_head and the oldest valid record can be found at
wc_tail
.
44
* When ((wc_head ==
wc_tail
) && (wc_head == 0)), the journal is empty.
45
* The condition of ((wc_head ==
wc_tail
) && (wc_head != 0))
95
int64_t
wc_tail
;
member in struct:wapbl_wc_header
/src/usr.sbin/dumpfs/
dumpfs.c
811
tail = awh.
wc_tail
;
872
(long long)awh.wc_head, (long long)awh.
wc_tail
);
/src/sys/kern/
vfs_wapbl.c
2487
wc->
wc_tail
= tail;
3040
used = wapbl_space_used(wch->wc_circ_size, wch->wc_head, wch->
wc_tail
);
3045
wch->wc_head, wch->
wc_tail
, wch->wc_circ_off,
3050
error = wapbl_replay_process(wr, wch->wc_head, wch->
wc_tail
);
3277
off = wch->
wc_tail
;
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025