Home
last modified time | relevance | path

Searched refs:B_INVAL (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clbio.c484 rabp->b_flags |= B_INVAL; in ncl_bioread()
608 if (error == 0 && (bp->b_flags & B_INVAL)) in ncl_bioread()
636 (bp->b_flags & B_INVAL) == 0 && in ncl_bioread()
647 rabp->b_flags |= B_INVAL; in ncl_bioread()
1088 bp->b_flags &= ~B_INVAL; in ncl_write()
1589 bp->b_flags &= ~B_INVAL; in ncl_doio()
1655 bp->b_flags |= B_INVAL; in ncl_doio()
1777 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in ncl_doio()
1789 bp->b_flags |= B_INVAL; in ncl_doio()
H A Dnfs_clvnops.c3169 if (bp->b_flags & B_INVAL) { in ncl_writebp()
/netbsd-src/sbin/fsck_lfs/
H A Dbufcache.h100 #define B_INVAL 0x00002000 /* Does not contain valid info. */ macro
H A Dbufcache.c314 if (bp->b_flags & B_INVAL) { in brelse()
H A Dsegwrite.c323 assert(!(bp->b_flags & B_INVAL)); in lfs_writeinode()
976 bp->b_flags |= B_DONE | B_INVAL; in lfs_segunlock()
H A Dlfs.c508 bp->b_flags |= B_INVAL; in lfs_init()
520 bp->b_flags |= B_INVAL; in lfs_init()
/netbsd-src/external/cddl/osnet/sys/sys/
H A Dvnode.h340 #define B_INVAL BC_INVAL macro
354 if ((flag & B_INVAL) != 0) { in zfs_vop_putpage()
/netbsd-src/libexec/lfs_cleanerd/
H A Dcoalesce.c357 brelse(bp, B_INVAL); in clean_inode()
H A Dlfs_cleanerd.c1338 brelse(bp, B_INVAL); in needs_cleaning()
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdport.c1361 if ((bp->b_flags & (B_DELWRI|B_INVAL)) == in nfsvno_fsync()