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.c1238 bp->b_flags = B_INVAL; in bufinit()
1394 if (((bp->b_flags & B_INVAL) == 0 && BUF_ISLOCKED(bp)) || in isbufbusy()
1395 ((bp->b_flags & (B_DELWRI | B_INVAL)) == B_DELWRI)) in isbufbusy()
1881 bp->b_flags |= B_INVAL; in buf_recycle()
2205 rabp->b_flags &= ~B_INVAL; in breada()
2278 bp->b_flags &= ~B_INVAL; in breadn_flags()
2331 bp->b_flags |= B_INVAL | B_RELBUF; in bufwrite()
2336 if ((bp->b_flags & B_INVAL) != 0) { in bufwrite()
2469 if (bp->b_flags & B_INVAL) { in bdwrite()
2746 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()
304 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.c2522 if (((bp->b_flags & (B_DELWRI | B_INVAL)) == B_DELWRI) && in flushbuflist()
2531 bp->b_flags |= (B_INVAL | B_RELBUF); in flushbuflist()
2708 bp->b_flags |= B_INVAL | B_RELBUF; in v_inval_buf_range_locked()
/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()
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()
1575 bp->b_flags &= ~B_INVAL; in ncl_doio()
1641 bp->b_flags |= B_INVAL; in ncl_doio()
1760 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in ncl_doio()
1771 bp->b_flags |= B_INVAL; in ncl_doio()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dvnode.h88 #define B_INVAL 0x01 macro
/freebsd/sys/fs/fuse/
H A Dfuse_io.c596 bp->b_flags &= ~B_INVAL; in fuse_write_biobackend()
792 bp->b_flags &= ~B_INVAL; in fuse_io_strategy()
897 bp->b_flags &= ~(B_INVAL | B_NOCACHE); in fuse_io_strategy()
908 bp->b_flags |= B_INVAL; in fuse_io_strategy()
/freebsd/sys/ufs/ffs/
H A Dffs_suspend.c145 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_susp_rdwr()
H A Dffs_vfsops.c1242 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_use_bread()
2214 bp->b_flags |= B_INVAL; in ffs_backgroundwritedone()
2251 if (bp->b_flags & B_INVAL) { in ffs_bufwrite()
2311 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.c981 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/sys/
H A Dbuf.h229 #define B_INVAL 0x00002000 /* Does not contain valid info. */ macro
/freebsd/sys/ufs/ufs/
H A Dufs_bmap.c130 bp->b_flags &= ~B_INVAL; in readindir()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c384 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in smbfs_doio()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2023 if ((bp->b_flags & (B_DELWRI|B_INVAL)) == in nfsvno_fsync()