OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wl_head
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
vfs_wapbl.c
134
off_t
wl_head
; /* l: Byte offset of log head */
member in struct:wapbl
144
* wl_circ_off --^ ^--
wl_head
^-- wl_tail
157
*
wl_head
from the current transaction in memory.
486
wl->
wl_head
= wl->wl_tail = wr->wr_inodeshead;
490
error = wapbl_write_inodes(wl, &wl->
wl_head
);
494
KASSERT(wl->
wl_head
!= wl->wl_tail);
495
KASSERT(wl->
wl_head
!= 0);
671
error = wapbl_write_commit(wl, wl->
wl_head
, wl->wl_tail);
1550
avail = wapbl_space_free(wl->wl_circ_size, wl->
wl_head
, wl->wl_tail);
1570
head = wl->
wl_head
;
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025