| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | disksubr.c | 198 brelse(bp, BC_INVAL); in readdisklabel() 246 brelse(dbp, BC_INVAL); in readliflabel() 252 brelse(dbp, BC_INVAL); in readliflabel() 316 brelse(bp, BC_INVAL); in writedisklabel()
|
| /netbsd-src/sys/ufs/ffs/ |
| H A D | ffs_balloc.c | 478 brelse(bp, BC_INVAL); in ffs_balloc_ufs1() 481 brelse(bp, BC_INVAL); in ffs_balloc_ufs1() 507 brelse(bp, BC_INVAL); in ffs_balloc_ufs1() 996 brelse(bp, BC_INVAL); in ffs_balloc_ufs2() 999 brelse(bp, BC_INVAL); in ffs_balloc_ufs2() 1027 brelse(bp, BC_INVAL); in ffs_balloc_ufs2()
|
| H A D | ffs_subr.c | 131 brelse(*bpp, BC_INVAL); in ffs_getblk()
|
| H A D | ffs_vfsops.c | 1356 brelse(bp, BC_INVAL); in ffs_mountfs() 1393 brelse(bp, BC_INVAL); in ffs_mountfs() 1449 bset = BC_INVAL; in ffs_mountfs() 1456 bset = BC_INVAL; in ffs_mountfs() 1459 brelse(bp, BC_INVAL); in ffs_mountfs()
|
| H A D | ffs_snapshot.c | 360 brelsel(bp, BC_INVAL | BC_VFLUSH); 602 brelse(bp, BC_INVAL | BC_NOCACHE); 2231 brelse(bp, BC_INVAL | BC_VFLUSH); in syncsnap()
|
| H A D | ffs_inode.c | 791 brelse(bp, BC_INVAL); in ffs_indirtrunc()
|
| /netbsd-src/sys/arch/evbmips/sbmips/ |
| H A D | disksubr.c | 259 brelse(bp, BC_INVAL); in readdisklabel() 337 brelse(bp, BC_INVAL); in writedisklabel()
|
| /netbsd-src/sys/arch/sbmips/sbmips/ |
| H A D | disksubr.c | 259 brelse(bp, BC_INVAL); in readdisklabel() 337 brelse(bp, BC_INVAL); in writedisklabel()
|
| /netbsd-src/sys/kern/ |
| H A D | vfs_bio.c | 704 * Note that if buffer is BC_INVAL, getblk() won't return it. in bio_doread() 1061 SET(bp->b_cflags, BC_INVAL); in brelsel() 1071 if (!ISSET(bp->b_cflags, BC_INVAL|BC_AGE) && in brelsel() 1084 if ((bp->b_bufsize <= 0) || ISSET(bp->b_cflags, BC_INVAL)) { in brelsel() 1191 !ISSET(bp->b_cflags, BC_INVAL)) { in incore() 1265 brelsel(bp, BC_INVAL); in getblk() 1290 SET(bp->b_cflags, BC_INVAL); in geteblk() 1551 brelsel(bp, BC_INVAL);
|
| H A D | vfs_subr.c | 234 brelsel(bp, BC_INVAL | BC_VFLUSH); in vinvalbuf() 262 brelsel(bp, BC_INVAL | BC_VFLUSH); in vinvalbuf() 308 brelsel(bp, BC_INVAL | BC_VFLUSH); in vtruncbuf() 323 brelsel(bp, BC_INVAL | BC_VFLUSH); in vtruncbuf()
|
| H A D | vfs_wapbl.c | 691 brelse(bp, BC_INVAL); 799 brelsel(bp, BC_INVAL); in wapbl_discard() 884 brelse(bp, BC_INVAL); in wapbl_stop() 1661 KDASSERT(!(bp->b_cflags & BC_INVAL)); in wapbl_biodone()
|
| /netbsd-src/sys/arch/evbppc/evbppc/ |
| H A D | disksubr.c | 154 brelse(bp, BC_INVAL); in readdisklabel()
|
| /netbsd-src/sys/sys/ |
| H A D | buf.h | 178 #define BC_INVAL 0x00002000 /* Does not contain valid info. */ macro
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | lfs_inode.c | 851 brelsel(bp, BC_INVAL); in lfs_indirtrunc() 904 brelsel(bp, BC_INVAL | BC_VFLUSH); in lfs_vtruncbuf() 925 brelsel(bp, BC_INVAL | BC_VFLUSH); in lfs_vtruncbuf()
|
| H A D | lfs_vfsops.c | 949 brelse(primarybuf, BC_INVAL); in lfs_mountfs() 1063 brelse(primarybuf, BC_INVAL); in lfs_mountfs() 1064 brelse(altbuf, BC_INVAL); in lfs_mountfs() 1310 brelse(primarybuf, BC_INVAL); in lfs_mountfs() 1312 brelse(altbuf, BC_INVAL); in lfs_mountfs() 1704 brelse(bp, BC_INVAL); in lfs_loadvnode()
|
| H A D | ulfs_readwrite.c | 495 brelse(bp, BC_INVAL); in BUFWR()
|
| H A D | lfs_bio.c | 762 if (!(bp->b_cflags & BC_INVAL)) { /* BC_INVAL indicates a "fake" buffer */ in lfs_freebuf()
|
| H A D | lfs_rfw.c | 197 brelse(bp, BC_INVAL); in update_meta()
|
| H A D | lfs_segment.c | 1417 if ((bp->b_cflags & BC_INVAL) != 0 && bp->b_iodone == NULL) { 2226 if (((*bpp)->b_cflags & BC_INVAL) != 0 && 2335 if ((bp->b_cflags & BC_INVAL) != 0 &&
|
| /netbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs_balloc.c | 342 brelse(bp, BC_INVAL); in ext2fs_balloc()
|
| H A D | ext2fs_inode.c | 606 brelse(bp, BC_INVAL); in ext2fs_indirtrunc()
|
| /netbsd-src/external/cddl/osnet/sys/sys/ |
| H A D | vnode.h | 340 #define B_INVAL BC_INVAL
|
| /netbsd-src/sys/ufs/ufs/ |
| H A D | ufs_readwrite.c | 536 brelse(bp, BC_INVAL); in BUFWR()
|
| H A D | ufs_vnops.c | 1915 SET(bp->b_cflags, BC_INVAL); in ufs_strategy()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_bio.c | 397 brelse(rabp, BC_INVAL); in nfs_bioread()
|