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

  /src/sys/arch/hppa/hppa/
disksubr.c 198 brelse(bp, BC_INVAL);
246 brelse(dbp, BC_INVAL);
252 brelse(dbp, BC_INVAL);
316 brelse(bp, BC_INVAL);
  /src/sys/arch/evbppc/evbppc/
disksubr.c 154 brelse(bp, BC_INVAL);
  /src/sys/sys/
buf.h 178 #define BC_INVAL 0x00002000 /* Does not contain valid info. */
  /src/sys/arch/evbmips/sbmips/
disksubr.c 259 brelse(bp, BC_INVAL);
337 brelse(bp, BC_INVAL);
  /src/sys/arch/sbmips/sbmips/
disksubr.c 259 brelse(bp, BC_INVAL);
337 brelse(bp, BC_INVAL);
  /src/sys/ufs/ffs/
ffs_balloc.c 478 brelse(bp, BC_INVAL);
481 brelse(bp, BC_INVAL);
507 brelse(bp, BC_INVAL);
996 brelse(bp, BC_INVAL);
999 brelse(bp, BC_INVAL);
1027 brelse(bp, BC_INVAL);
ffs_subr.c 131 brelse(*bpp, BC_INVAL);
ffs_vfsops.c 1356 brelse(bp, BC_INVAL);
1393 brelse(bp, BC_INVAL);
1449 bset = BC_INVAL;
1456 bset = BC_INVAL;
1459 brelse(bp, BC_INVAL);
ffs_snapshot.c 360 brelsel(bp, BC_INVAL | BC_VFLUSH);
602 brelse(bp, BC_INVAL | BC_NOCACHE);
2231 brelse(bp, BC_INVAL | BC_VFLUSH);
ffs_inode.c 791 brelse(bp, BC_INVAL);
  /src/sys/kern/
vfs_bio.c 704 * Note that if buffer is BC_INVAL, getblk() won't return it.
1061 SET(bp->b_cflags, BC_INVAL);
1071 if (!ISSET(bp->b_cflags, BC_INVAL|BC_AGE) &&
1084 if ((bp->b_bufsize <= 0) || ISSET(bp->b_cflags, BC_INVAL)) {
1191 !ISSET(bp->b_cflags, BC_INVAL)) {
1265 brelsel(bp, BC_INVAL);
1290 SET(bp->b_cflags, BC_INVAL);
1551 brelsel(bp, BC_INVAL);
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 691 brelse(bp, BC_INVAL);
799 brelsel(bp, BC_INVAL);
884 brelse(bp, BC_INVAL);
1661 KDASSERT(!(bp->b_cflags & BC_INVAL));
  /src/sys/ufs/ext2fs/
ext2fs_balloc.c 342 brelse(bp, BC_INVAL);
ext2fs_inode.c 606 brelse(bp, BC_INVAL);
  /src/sys/ufs/lfs/
lfs_inode.c 851 brelsel(bp, BC_INVAL);
904 brelsel(bp, BC_INVAL | BC_VFLUSH);
925 brelsel(bp, BC_INVAL | BC_VFLUSH);
lfs_vfsops.c 977 brelse(primarybuf, BC_INVAL);
1091 brelse(primarybuf, BC_INVAL);
1092 brelse(altbuf, BC_INVAL);
1341 brelse(primarybuf, BC_INVAL);
1343 brelse(altbuf, BC_INVAL);
1803 brelse(bp, BC_INVAL);
ulfs_readwrite.c 495 brelse(bp, BC_INVAL);
lfs_bio.c 770 if (!(bp->b_cflags & BC_INVAL)) { /* BC_INVAL indicates a "fake" buffer */
lfs_segment.c 1411 brelsel(bp, BC_INVAL | BC_VFLUSH);
1472 if ((bp->b_cflags & BC_INVAL) != 0 && bp->b_iodone == NULL) {
1474 " is BC_INVAL\n", bp->b_lblkno));
2290 if (((*bpp)->b_cflags & BC_INVAL) != 0 &&
2394 * Fake buffers from the cleaner are marked as BC_INVAL.
2399 if ((bp->b_cflags & BC_INVAL) != 0 &&
lfs_rfw.c 250 brelse(bp, BC_INVAL);
  /src/sys/ufs/ufs/
ufs_readwrite.c 536 brelse(bp, BC_INVAL);
ufs_vnops.c 1915 SET(bp->b_cflags, BC_INVAL);
  /src/sys/nfs/
nfs_bio.c 397 brelse(rabp, BC_INVAL);

Completed in 79 milliseconds