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

  /src/sys/sys/
buf.h 288 void brelsel(buf_t *, int);
  /src/sys/kern/
vfs_bio.c 1020 brelsel(buf_t *bp, int set) function in typeref:typename:void
1170 brelsel(bp, set);
1242 brelsel(bp, 0);
1265 brelsel(bp, BC_INVAL);
1551 brelsel(bp, BC_INVAL);
1583 brelsel(bp, 0);
vfs_subr.c 234 brelsel(bp, BC_INVAL | BC_VFLUSH);
262 brelsel(bp, BC_INVAL | BC_VFLUSH);
308 brelsel(bp, BC_INVAL | BC_VFLUSH);
323 brelsel(bp, BC_INVAL | BC_VFLUSH);
vfs_wapbl.c 795 * removed from the transaction in brelsel()
799 brelsel(bp, BC_INVAL);
1371 /* called from brelsel() in vfs_bio among other places */
  /src/sys/ufs/lfs/
lfs_bio.c 445 brelsel(bp, 0);
493 brelsel(bp, 0);
lfs_inode.c 851 brelsel(bp, BC_INVAL);
904 brelsel(bp, BC_INVAL | BC_VFLUSH);
925 brelsel(bp, BC_INVAL | BC_VFLUSH);
lfs_segment.c 1231 brelsel(bp, 0);
1348 brelsel(bp, BC_INVAL | BC_VFLUSH);
  /src/sys/ufs/ffs/
ffs_snapshot.c 360 brelsel(bp, BC_INVAL | BC_VFLUSH);

Completed in 25 milliseconds