Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c1235 bp->b_flags = B_INVAL; in bufinit()
1391 if (((bp->b_flags & B_INVAL) == 0 && BUF_ISLOCKED(bp)) || in isbufbusy()
1392 ((bp->b_flags & (B_DELWRI | B_INVAL)) == B_DELWRI)) in isbufbusy()
1879 bp->b_flags |= B_INVAL; in buf_recycle()
2199 rabp->b_flags &= ~B_INVAL; in breada()
2272 bp->b_flags &= ~B_INVAL; in breadn_flags()
2325 bp->b_flags |= B_INVAL | B_RELBUF; in bufwrite()
2330 if ((bp->b_flags & B_INVAL) != 0) { in bufwrite()
2463 if (bp->b_flags & B_INVAL) { in bdwrite()
2741 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in brelse()
[all …]
H A Dvfs_cluster.c149 if (rbp == NULL || (rbp->b_flags & B_INVAL)) in cluster_read()
242 bp->b_flags &= ~B_INVAL; in cluster_read()
302 rbp->b_flags &= ~B_INVAL; in cluster_read()
580 tbp->b_flags &= ~B_INVAL; in cluster_callback()
839 if ((tbp->b_flags & (B_INVAL | B_DELWRI)) != B_DELWRI) { in cluster_wbuild()
933 B_INVAL | B_DELWRI | B_NEEDCOMMIT)) in cluster_wbuild()
H A Dvfs_subr.c2483 if (((bp->b_flags & (B_DELWRI | B_INVAL)) == B_DELWRI) && in flushbuflist()
2492 bp->b_flags |= (B_INVAL | B_RELBUF); in flushbuflist()
2669 bp->b_flags |= B_INVAL | B_RELBUF; in v_inval_buf_range_locked()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dvnode.h87 #define B_INVAL 0x01 macro
/freebsd/sys/fs/fuse/
H A Dfuse_io.c589 bp->b_flags &= ~B_INVAL; in fuse_write_biobackend()
785 bp->b_flags &= ~B_INVAL; in fuse_io_strategy()
880 bp->b_flags &= ~(B_INVAL | B_NOCACHE); in fuse_io_strategy()
891 bp->b_flags |= B_INVAL; in fuse_io_strategy()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c518 rabp->b_flags |= B_INVAL; in ncl_bioread()
657 * no error + B_INVAL == directory EOF, in ncl_bioread()
660 if (error == 0 && (bp->b_flags & B_INVAL)) in ncl_bioread()
689 (bp->b_flags & B_INVAL) == 0 && in ncl_bioread()
701 rabp->b_flags |= B_INVAL; in ncl_bioread()
1111 bp->b_flags &= ~B_INVAL; in ncl_write()
1282 * The caller must carefully deal with the possible B_INVAL state of in nfs_getcacheblk()
1283 * the buffer. ncl_doio() clears B_INVAL (and ncl_asyncio() clears it in nfs_getcacheblk()
1285 * the B_INVAL state. We have to be a little more careful when dealing in nfs_getcacheblk()
1399 * Note: ncl_asyncio() does not clear (BIO_ERROR|B_INVAL) bu in ncl_asyncio()
[all...]
/freebsd/sys/ufs/ffs/
H A Dffs_suspend.c145 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_susp_rdwr()
H A Dffs_vfsops.c1219 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_use_bread()
2192 bp->b_flags |= B_INVAL; in ffs_backgroundwritedone()
2229 if (bp->b_flags & B_INVAL) {
2289 newbp->b_flags &= ~B_INVAL; in ffs_bufwrite()
H A Dffs_balloc.c522 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in ffs_balloc_ufs1()
1150 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in ffs_balloc_ufs2()
H A Dffs_inode.c809 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_indirtrunc()
H A Dffs_softdep.c3707 bp->b_flags |= B_INVAL | B_NOCACHE; in softdep_process_journal()
3733 bp->b_flags &= ~B_INVAL; in softdep_process_journal()
3985 bp->b_flags |= B_INVAL | B_NOCACHE; in handle_written_jseg()
7405 bp->b_flags |= B_INVAL | B_NOCACHE | B_RELBUF; in trunc_dependencies()
7571 bp->b_flags |= B_INVAL | B_NOCACHE; in deallocate_dependencies()
8471 bp->b_flags |= B_INVAL | B_NOCACHE; in indir_trunc()
11284 if ((bp->b_ioflags & BIO_ERROR) != 0 && (bp->b_flags & B_INVAL) == 0) { in softdep_disk_write_complete()
12018 sbp->b_flags |= B_INVAL | B_NOCACHE; in handle_written_indirdep()
H A Dffs_alloc.c3063 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_getcg()
3083 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_getcg()
H A Dffs_vnops.c983 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in ffs_write()
H A Dffs_snapshot.c506 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_snapshot()
/freebsd/sys/fs/ext2fs/
H A Dext2_bmap.c172 bp->b_flags &= ~B_INVAL; in readindir()
H A Dext2_inode.c174 bp->b_flags |= B_INVAL; in ext2_indirtrunc()
/freebsd/sys/ufs/ufs/
H A Dufs_bmap.c117 bp->b_flags &= ~B_INVAL; in readindir()
/freebsd/sys/sys/
H A Dbuf.h227 #define B_INVAL 0x00002000 /* Does not contain valid info. */ macro
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c378 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in smbfs_doio()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1807 if ((bp->b_flags & (B_DELWRI|B_INVAL)) == in nfsvno_fsync()