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

  /src/sys/sys/
fstrans.h 68 int fscow_run(struct buf *, bool);
  /src/sys/ufs/ffs/
ffs_balloc.c 103 if (error == 0 && bpp != NULL && (error = fscow_run(*bpp, false)) != 0)
327 if (fscow_run(bp, true) != 0) {
388 if (fscow_run(bp, true) != 0) {
845 if (fscow_run(bp, true) != 0) {
906 if (fscow_run(bp, true) != 0) {
ffs_subr.c 130 if ((*bpp)->b_blkno >= 0 && (error = fscow_run(*bpp, false)) != 0) {
ffs_inode.c 694 error = fscow_run(bp, true);
  /src/sys/kern/
vfs_bio.c 761 error = fscow_run(bp, true);
806 error = fscow_run(bp, true);
vfs_trans.c 944 fscow_run(struct buf *bp, bool data_valid) function in typeref:typename:int
  /src/sys/miscfs/specfs/
spec_vnops.c 1521 error = fscow_run(bp, false);
  /src/share/man/man9/
Makefile 394 fstrans.9 fscow_run.9

Completed in 79 milliseconds