Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/client/
H A Dnfs_clbio.c509 rabp->b_flags |= B_INVAL; in ncl_bioread()
633 if (error == 0 && (bp->b_flags & B_INVAL)) in ncl_bioread()
661 (bp->b_flags & B_INVAL) == 0 && in ncl_bioread()
672 rabp->b_flags |= B_INVAL; in ncl_bioread()
1121 bp->b_flags &= ~B_INVAL; in ncl_write()
1618 bp->b_flags &= ~B_INVAL; in ncl_doio()
1684 bp->b_flags |= B_INVAL; in ncl_doio()
1806 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in ncl_doio()
1818 bp->b_flags |= B_INVAL; in ncl_doio()
H A Dnfs_clvnops.c3166 if (bp->b_flags & B_INVAL) { in ncl_writebp()
/dports/sysutils/udfclient/UDFclient.0.8.11/
H A Dudf_unix.h87 #define B_INVAL 0x00002000 /* Does not contain valid info. */ macro
H A Dudf_unix.c181 buf_entry->b_flags = B_INVAL; in udf_get_buf_entry()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_file.c119 (void) VOP_PUTPAGE(vf->vf_vnode, 0, 0, B_INVAL, kcred, NULL); in vdev_file_close()
H A Dzfs_vnops.c4099 if ((flags & B_INVAL) || ((flags & B_ASYNC) == 0)) { in zfs_putpage()
4101 (flags & (B_INVAL | B_FREE)) ? SE_EXCL : SE_SHARED); in zfs_putpage()
4144 B_INVAL, cr); in zfs_inactive()
4163 (void) pvn_vplist_dirty(vp, 0, zfs_putapage, B_INVAL|B_ASYNC, in zfs_inactive()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/sys/sys/
H A Dvnode.h642 #define B_INVAL BC_INVAL macro
656 if ((flag & B_INVAL) != 0) { in zfs_vop_putpage()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/smbfs/
H A Dsmbfs_io.c384 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in smbfs_doio()
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-sunos5/
H A DIN.py974 B_INVAL = 0x010000 variable
H A DSTROPTS.py1145 B_INVAL = 0x010000 variable
/dports/lang/python27/Python-2.7.18/Lib/plat-sunos5/
H A DIN.py974 B_INVAL = 0x010000 variable
H A DSTROPTS.py1145 B_INVAL = 0x010000 variable
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/server/
H A Dnfs_nfsdport.c1331 if ((bp->b_flags & (B_DELWRI|B_INVAL)) == in nfsvno_fsync()