HomeSort by: relevance | last modified time | path
    Searched defs:wapbl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/ffs/
ffs_inode.c 84 #include <sys/wapbl.h>
225 bool wapbl = omp->mnt_wapbl != NULL; local in function:ffs_truncate
276 if (wapbl) {
641 const int wapbl = (ip->i_ump->um_mountp->mnt_wapbl != NULL); local in function:ffs_indirtrunc
706 * to the wapbl case.
712 if (lastbn >= 0 && !wapbl) {
792 } else if (wapbl) {
  /src/sys/kern/
vfs_wapbl.c 46 #include <sys/wapbl.h>
116 struct wapbl { struct
137 * WAPBL log layout, stored on wl_devvp at wl_logpbn:
259 struct wapbl *wapbl_debug_wl;
262 static int wapbl_write_commit(struct wapbl *, off_t, off_t);
263 static int wapbl_write_blocks(struct wapbl *, off_t *);
264 static int wapbl_write_revocations(struct wapbl *, off_t *);
265 static int wapbl_write_inodes(struct wapbl *, off_t *);
286 static void wapbl_inodetrk_init(struct wapbl *wl, u_int size);
287 static void wapbl_inodetrk_free(struct wapbl *wl)
    [all...]

Completed in 15 milliseconds