Home
last modified time | relevance | path

Searched defs:wapbl (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/kern/
H A Dvfs_wapbl.c111 struct wapbl { struct
112 struct vnode *wl_logvp; /* r: log here */
151 * wapbl_flush writes new records to empty `E' spaces after argument
187 wapbl_flush_fn_t wl_flush; /* r */ argument
188 wapbl_flush_fn_t wl_flush_abort;/* r */ argument
192 struct evcnt wl_ev_commit; /* l */
195 struct evcnt wl_ev_metawrite; /* lm */
219 TAILQ_HEAD(, wapbl_dealloc) wl_dealloclist; /* lm: list head */ argument
225 struct wapbl_ino_head *wl_inohash; argument
229 SIMPLEQ_HEAD(, wapbl_entry) wl_entries; /* m: On disk transaction argument
[all …]
/netbsd/sys/ufs/ffs/
H A Dffs_inode.c225 bool wapbl = omp->mnt_wapbl != NULL; in ffs_truncate() local
641 const int wapbl = (ip->i_ump->um_mountp->mnt_wapbl != NULL); in ffs_indirtrunc() local