Home
last modified time | relevance | path

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

12

/trueos/sys/kern/
HDvfs_bio.c551 if ((bp->b_flags & B_INVAL) || (bp->b_flags & B_DELWRI) == 0) { in bufcountsub()
793 bp->b_flags = B_INVAL | B_INFREECNT; in bufinit()
996 if ((bp->b_flags & B_INVAL) || !(bp->b_flags & B_DELWRI)) in binsfree()
1094 rabp->b_flags &= ~B_INVAL; in breada()
1137 bp->b_flags &= ~B_INVAL; in breadn_flags()
1175 if (bp->b_flags & B_INVAL) { in bufwrite()
1311 if (bp->b_flags & B_INVAL) { in bdwrite()
1568 bp->b_error == EIO && !(bp->b_flags & B_INVAL)) { in brelse()
1577 } else if ((bp->b_flags & (B_NOCACHE | B_INVAL)) || in brelse()
1583 bp->b_flags |= B_INVAL; in brelse()
[all …]
HDvfs_cluster.c143 if (rbp == NULL || (rbp->b_flags & B_INVAL)) in cluster_read()
236 bp->b_flags &= ~B_INVAL; in cluster_read()
289 rbp->b_flags &= ~B_INVAL; in cluster_read()
564 tbp->b_flags &= ~B_INVAL;
810 if ((tbp->b_flags & (B_INVAL | B_DELWRI)) != B_DELWRI) { in cluster_wbuild()
912 B_INVAL | B_DELWRI | B_NEEDCOMMIT)) in cluster_wbuild()
HDkern_shutdown.c283 if (((bp->b_flags & (B_INVAL | B_PERSISTENT)) == 0 && in isbufbusy()
285 ((bp->b_flags & (B_DELWRI | B_INVAL)) == B_DELWRI)) in isbufbusy()
HDvfs_subr.c1420 if (((bp->b_flags & (B_DELWRI | B_INVAL)) == B_DELWRI) && in flushbuflist()
1429 bp->b_flags |= (B_INVAL | B_RELBUF); in flushbuflist()
1479 bp->b_flags |= (B_INVAL | B_RELBUF); in vtruncbuf()
1502 bp->b_flags |= (B_INVAL | B_RELBUF); in vtruncbuf()
/trueos/sys/nfsclient/
HDnfs_bio.c498 rabp->b_flags |= B_INVAL; in nfs_bioread()
622 if (error == 0 && (bp->b_flags & B_INVAL)) in nfs_bioread()
650 (bp->b_flags & B_INVAL) == 0 && in nfs_bioread()
661 rabp->b_flags |= B_INVAL; in nfs_bioread()
1098 bp->b_flags &= ~B_INVAL; in nfs_write()
1543 bp->b_flags &= ~B_INVAL; in nfs_doio()
1609 bp->b_flags |= B_INVAL; in nfs_doio()
1725 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in nfs_doio()
1736 bp->b_flags |= B_INVAL; in nfs_doio()
/trueos/sys/fs/nfsclient/
HDnfs_clbio.c507 rabp->b_flags |= B_INVAL; in ncl_bioread()
631 if (error == 0 && (bp->b_flags & B_INVAL)) in ncl_bioread()
659 (bp->b_flags & B_INVAL) == 0 && in ncl_bioread()
670 rabp->b_flags |= B_INVAL; in ncl_bioread()
1111 bp->b_flags &= ~B_INVAL; in ncl_write()
1612 bp->b_flags &= ~B_INVAL; in ncl_doio()
1678 bp->b_flags |= B_INVAL; in ncl_doio()
1800 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in ncl_doio()
1812 bp->b_flags |= B_INVAL; in ncl_doio()
/trueos/sys/fs/fuse/
HDfuse_io.c495 bp->b_flags &= ~B_INVAL; in fuse_write_biobackend()
641 bp->b_flags &= ~B_INVAL; in fuse_io_strategy()
713 bp->b_flags &= ~(B_INVAL | B_NOCACHE); in fuse_io_strategy()
724 bp->b_flags |= B_INVAL; in fuse_io_strategy()
/trueos/sys/fs/ext2fs/
HDext2_subr.c145 if (ep == bp || (ep->b_flags & B_INVAL)) in ext2_checkoverlap()
HDext2_bmap.c227 bp->b_flags &= ~B_INVAL; in ext2_bmaparray()
HDext2_inode.c428 bp->b_flags |= B_INVAL; in ext2_indirtrunc()
HDext2_vfsops.c464 bp->b_flags |= B_INVAL; in ext2_reload()
/trueos/sys/ufs/ffs/
HDffs_suspend.c146 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_susp_rdwr()
HDffs_inode.c617 bp->b_flags &= ~B_INVAL;
694 bp->b_flags |= B_INVAL | B_NOCACHE;
HDffs_subr.c182 if (ep == bp || (ep->b_flags & B_INVAL) ||
HDffs_balloc.c481 bp->b_flags |= (B_INVAL | B_RELBUF); in ffs_balloc_ufs1()
1050 bp->b_flags |= (B_INVAL | B_RELBUF); in ffs_balloc_ufs2()
HDffs_vfsops.c899 bp->b_flags |= B_INVAL | B_NOCACHE;
2025 if (bp->b_flags & B_INVAL) { in ffs_bufwrite()
2083 newbp->b_flags &= ~B_INVAL; in ffs_bufwrite()
HDffs_softdep.c3410 bp->b_flags |= B_INVAL | B_NOCACHE;
3436 bp->b_flags &= ~B_INVAL;
3692 bp->b_flags |= B_INVAL | B_NOCACHE;
6219 bp->b_flags &= ~B_INVAL;
7111 bp->b_flags |= B_INVAL | B_NOCACHE | B_RELBUF;
7279 bp->b_flags |= B_INVAL | B_NOCACHE;
8182 bp->b_flags |= B_INVAL | B_NOCACHE;
10934 if ((bp->b_ioflags & BIO_ERROR) != 0 && (bp->b_flags & B_INVAL) == 0)
11599 sbp->b_flags |= B_INVAL | B_NOCACHE;
HDffs_snapshot.c503 bp->b_flags |= B_INVAL | B_NOCACHE;
/trueos/sys/fs/nandfs/
HDnandfs_segment.c312 bp->b_flags &= ~B_INVAL; in nandfs_add_superroot()
716 bp->b_flags &= ~(B_ASYNC|B_INVAL|B_MANAGED); in nandfs_save_buf()
734 bp->b_flags &= ~(B_ASYNC|B_INVAL|B_MANAGED); in nandfs_clean_buf()
930 bp->b_flags |= (B_INVAL | B_RELBUF); in nandfs_invalidate_bufs()
HDnandfs_vnops.c548 bp->b_flags |= (B_INVAL | B_RELBUF); in nandfs_vtruncbuf()
562 bp->b_flags |= (B_INVAL | B_RELBUF); in nandfs_vtruncbuf()
/trueos/sys/ufs/ufs/
HDufs_bmap.c221 bp->b_flags &= ~B_INVAL;
/trueos/sys/sys/
HDbuf.h206 #define B_INVAL 0x00002000 /* Does not contain valid info. */ macro
/trueos/sys/fs/smbfs/
HDsmbfs_io.c379 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in smbfs_doio()
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_vnops.c4470 pvn_write_done(pp, B_INVAL|B_FORCE|B_ERROR); in zfs_null_putapage()
4660 if ((flags & B_INVAL) || ((flags & B_ASYNC) == 0)) { in zfs_putpage()
4662 (flags & (B_INVAL | B_FREE)) ? SE_EXCL : SE_SHARED); in zfs_putpage()
/trueos/sys/fs/nfsserver/
HDnfs_nfsdport.c1344 if ((bp->b_flags & (B_DELWRI|B_INVAL)) == in nfsvno_fsync()

12