HomeSort by: relevance | last modified time | path
    Searched refs:wc_head (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))
94 int64_t wc_head; member in struct:wapbl_wc_header
  /src/usr.sbin/dumpfs/
dumpfs.c 810 head = awh.wc_head;
872 (long long)awh.wc_head, (long long)awh.wc_tail);
  /src/sys/kern/
vfs_wapbl.c 2486 wc->wc_head = head;
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);
3278 while (off != wch->wc_head) {

Completed in 180 milliseconds