Home
last modified time | relevance | path

Searched refs:B_CLUSTEROK (Results 1 – 18 of 18) sorted by relevance

/freebsd-14-stable/sys/ufs/ffs/
HDffs_balloc.c286 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
365 nbp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
384 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
456 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
548 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
907 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
987 nbp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
1006 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
1078 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
1176 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
HDffs_inode.c218 bp->b_flags |= B_CLUSTEROK; in ffs_update()
378 bp->b_flags |= B_CLUSTEROK; in ffs_truncate()
508 bp->b_flags |= B_CLUSTEROK; in ffs_truncate()
HDffs_vnops.c389 } else if ((bp->b_flags & B_CLUSTEROK)) { in ffs_syncvnode()
1008 bp->b_flags |= B_CLUSTEROK; in ffs_write()
1012 bp->b_flags |= B_CLUSTEROK; in ffs_write()
1019 bp->b_flags |= B_CLUSTEROK; in ffs_write()
1022 bp->b_flags |= B_CLUSTEROK; in ffs_write()
HDffs_snapshot.c2257 if (nbp->b_flags & B_CLUSTEROK) { in ffs_bdflush()
HDffs_softdep.c6913 bp->b_flags |= B_CLUSTEROK; in softdep_journal_freeblocks()
/freebsd-14-stable/sys/fs/ext2fs/
HDext2_inode.c274 bp->b_flags |= B_CLUSTEROK; in ext2_ind_truncate()
306 bp->b_flags |= B_CLUSTEROK; in ext2_ind_truncate()
498 bp->b_flags |= B_CLUSTEROK; in ext2_ext_truncate()
529 bp->b_flags |= B_CLUSTEROK; in ext2_ext_truncate()
HDext2_balloc.c263 bp->b_flags |= B_CLUSTEROK; in ext2_balloc()
295 bp->b_flags |= B_CLUSTEROK; in ext2_balloc()
HDext2_vnops.c2300 bp->b_flags |= B_CLUSTEROK; in ext2_write()
2304 bp->b_flags |= B_CLUSTEROK; in ext2_write()
2311 bp->b_flags |= B_CLUSTEROK; in ext2_write()
2314 bp->b_flags |= B_CLUSTEROK; in ext2_write()
/freebsd-14-stable/sys/fs/fuse/
HDfuse_io.c705 bp->b_flags |= B_CLUSTEROK; in fuse_write_biobackend()
710 bp->b_flags |= B_CLUSTEROK; in fuse_write_biobackend()
721 bp->b_flags |= B_CLUSTEROK; in fuse_write_biobackend()
725 bp->b_flags &= ~B_CLUSTEROK; in fuse_write_biobackend()
/freebsd-14-stable/sys/kern/
HDvfs_cluster.c859 if (((tbp->b_flags & (B_CLUSTEROK | B_MALLOC | B_VMIO)) != in cluster_wbuild()
860 (B_CLUSTEROK | B_VMIO)) || in cluster_wbuild()
935 if ((tbp->b_flags & (B_VMIO | B_CLUSTEROK | in cluster_wbuild()
937 != (B_DELWRI | B_CLUSTEROK | in cluster_wbuild()
HDvfs_bio.c2422 if (nbp->b_flags & B_CLUSTEROK) { in bufbdflush()
3220 if ((bpa->b_flags & (B_DELWRI | B_CLUSTEROK | B_INVAL)) != in vfs_bio_clcheck()
3221 (B_DELWRI | B_CLUSTEROK)) in vfs_bio_clcheck()
3269 (bp->b_flags & (B_CLUSTEROK | B_INVAL)) == B_CLUSTEROK) { in vfs_bio_awrite()
HDvfs_vnops.c3037 if ((vp->v_object != NULL) && (bp->b_flags & B_CLUSTEROK)) { in vn_fsync_buf()
/freebsd-14-stable/sys/fs/nfsclient/
HDnfs_clbio.c1206 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_write()
1667 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_doio()
1719 bp->b_flags |= B_CLUSTEROK; in ncl_doio()
1721 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_doio()
HDnfs_clsubs.c364 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_clearcommit()
HDnfs_clvnops.c3078 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_flush()
/freebsd-14-stable/sys/sys/
HDbuf.h233 #define B_CLUSTEROK 0x00020000 /* Pagein op, so swap() can count it. */ macro
/freebsd-14-stable/sys/fs/msdosfs/
HDmsdosfs_denode.c348 bp->b_flags |= B_CLUSTEROK; in deupdat()
HDmsdosfs_vnops.c783 bp->b_flags |= B_CLUSTEROK; in msdosfs_write()