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.c1225 bp->b_flags = B_INVAL; in bufinit()
1868 bp->b_flags |= B_INVAL; in buf_recycle()
2188 rabp->b_flags &= ~B_INVAL; in breada()
2261 bp->b_flags &= ~B_INVAL; in breadn_flags()
2319 if (bp->b_flags & B_INVAL) { in bufwrite()
2773 bp->b_flags |= B_INVAL; in brelse()
2841 bp->b_flags |= B_INVAL; in brelse()
3392 bp->b_flags |= B_INVAL; in getnewbuf()
4063 if (bp->b_flags & B_INVAL) in getblkx()
4229 bp->b_flags |= B_INVAL; in getblkx()
[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.c2456 if (((bp->b_flags & (B_DELWRI | B_INVAL)) == B_DELWRI) && in flushbuflist()
2465 bp->b_flags |= (B_INVAL | B_RELBUF); in flushbuflist()
2636 bp->b_flags |= B_INVAL | B_RELBUF; in v_inval_buf_range_locked()
2659 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()
660 if (error == 0 && (bp->b_flags & B_INVAL)) in ncl_bioread()
1082 bp->b_flags &= ~B_INVAL; in ncl_write()
1546 bp->b_flags &= ~B_INVAL; in ncl_doio()
1612 bp->b_flags |= B_INVAL; in ncl_doio()
1731 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in ncl_doio()
1742 bp->b_flags |= B_INVAL; in ncl_doio()
/freebsd/sys/ufs/ffs/
H A Dffs_suspend.c145 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_susp_rdwr()
H A Dffs_vfsops.c1260 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_use_bread()
2333 bp->b_flags |= B_INVAL; in ffs_backgroundwritedone()
2370 if (bp->b_flags & B_INVAL) { in ffs_bufwrite()
2430 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.c3697 bp->b_flags |= B_INVAL | B_NOCACHE; in softdep_process_journal()
3723 bp->b_flags &= ~B_INVAL; in softdep_process_journal()
3972 bp->b_flags |= B_INVAL | B_NOCACHE; in handle_written_jseg()
7392 bp->b_flags |= B_INVAL | B_NOCACHE | B_RELBUF; in trunc_dependencies()
7558 bp->b_flags |= B_INVAL | B_NOCACHE; in deallocate_dependencies()
8458 bp->b_flags |= B_INVAL | B_NOCACHE; in indir_trunc()
11273 if ((bp->b_ioflags & BIO_ERROR) != 0 && (bp->b_flags & B_INVAL) == 0) { in softdep_disk_write_complete()
12007 sbp->b_flags |= B_INVAL | B_NOCACHE; in handle_written_indirdep()
H A Dffs_alloc.c3045 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_getcg()
3065 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.c497 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_snapshot()
/freebsd/sys/sys/
H A Dbuf.h227 #define B_INVAL 0x00002000 /* Does not contain valid info. */ macro
/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/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.c1776 if ((bp->b_flags & (B_DELWRI|B_INVAL)) == in nfsvno_fsync()