HomeSort by: relevance | last modified time | path
    Searched refs:wapbl_flush (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
wapbl.h 159 int wapbl_flush(struct wapbl *, int);
  /src/sys/ufs/ffs/
ffs_vnops.c 360 error = wapbl_flush(mp->mnt_wapbl, 0);
473 error = wapbl_flush(mp->mnt_wapbl, 0);
ffs_wapbl.c 384 error = wapbl_flush(mp->mnt_wapbl, 1);
450 error = wapbl_flush(mp->mnt_wapbl, 1);
ffs_vfsops.c 1887 error = wapbl_flush(mp->mnt_wapbl, 1);
2072 error = wapbl_flush(mp->mnt_wapbl, (waitfor == MNT_WAIT));
2545 error = wapbl_flush(mp->mnt_wapbl, 0);
  /src/sys/kern/
vfs_wapbl.c 156 * wapbl_flush writes new records to empty `E' spaces after
168 * Only wapbl_flush moves the head, except when wapbl_truncate
171 * Only wapbl_truncate moves the tail, except when wapbl_flush
700 * Like wapbl_flush, only discards the transaction
849 error = wapbl_flush(wl, 1);
1238 int error = wapbl_flush(wl, 0);
1688 * Release the buffer here. wapbl_flush() may wait for the
1690 * wapbl_flush() returns.
1743 * wapbl_flush(wl, wait)
1761 wapbl_flush(struct wapbl *wl, int waitfor function in typeref:typename:int
    [all...]
  /src/share/man/man9/
Makefile 1182 wapbl.9 wapbl_flush.9 \

Completed in 17 milliseconds