Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_balloc.c283 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
362 nbp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
381 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
453 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
545 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
904 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
984 nbp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
1003 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
1075 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
1173 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
H A Dffs_inode.c216 bp->b_flags |= B_CLUSTEROK; in ffs_update()
376 bp->b_flags |= B_CLUSTEROK; in ffs_truncate()
506 bp->b_flags |= B_CLUSTEROK; in ffs_truncate()
H A Dffs_vnops.c386 } else if ((bp->b_flags & B_CLUSTEROK)) { in ffs_syncvnode()
1003 bp->b_flags |= B_CLUSTEROK; in ffs_write()
1007 bp->b_flags |= B_CLUSTEROK; in ffs_write()
1014 bp->b_flags |= B_CLUSTEROK; in ffs_write()
1017 bp->b_flags |= B_CLUSTEROK; in ffs_write()
H A Dffs_snapshot.c2255 if (nbp->b_flags & B_CLUSTEROK) { in ffs_bdflush()
H A Dffs_softdep.c6909 bp->b_flags |= B_CLUSTEROK; in softdep_journal_freeblocks()
/freebsd/sys/fs/ext2fs/
H A Dext2_inode.c272 bp->b_flags |= B_CLUSTEROK; in ext2_ind_truncate()
304 bp->b_flags |= B_CLUSTEROK; in ext2_ind_truncate()
496 bp->b_flags |= B_CLUSTEROK; in ext2_ext_truncate()
527 bp->b_flags |= B_CLUSTEROK; in ext2_ext_truncate()
H A Dext2_balloc.c261 bp->b_flags |= B_CLUSTEROK; in ext2_balloc()
293 bp->b_flags |= B_CLUSTEROK; in ext2_balloc()
H A Dext2_vnops.c2297 bp->b_flags |= B_CLUSTEROK; in ext2_write()
2301 bp->b_flags |= B_CLUSTEROK; in ext2_write()
2308 bp->b_flags |= B_CLUSTEROK; in ext2_write()
2311 bp->b_flags |= B_CLUSTEROK; in ext2_write()
/freebsd/sys/fs/fuse/
H A Dfuse_io.c711 bp->b_flags |= B_CLUSTEROK; in fuse_write_biobackend()
716 bp->b_flags |= B_CLUSTEROK; in fuse_write_biobackend()
727 bp->b_flags |= B_CLUSTEROK; in fuse_write_biobackend()
731 bp->b_flags &= ~B_CLUSTEROK; in fuse_write_biobackend()
/freebsd/sys/kern/
H A Dvfs_cluster.c856 if (((tbp->b_flags & (B_CLUSTEROK | B_MALLOC | B_VMIO)) != in cluster_wbuild()
857 (B_CLUSTEROK | B_VMIO)) || in cluster_wbuild()
932 if ((tbp->b_flags & (B_VMIO | B_CLUSTEROK | in cluster_wbuild()
934 != (B_DELWRI | B_CLUSTEROK | in cluster_wbuild()
H A Dvfs_bio.c2434 if (nbp->b_flags & B_CLUSTEROK) { in bufbdflush()
3230 if ((bpa->b_flags & (B_DELWRI | B_CLUSTEROK | B_INVAL)) != in vfs_bio_clcheck()
3231 (B_DELWRI | B_CLUSTEROK)) in vfs_bio_clcheck()
3279 (bp->b_flags & (B_CLUSTEROK | B_INVAL)) == B_CLUSTEROK) { in vfs_bio_awrite()
H A Dvfs_vnops.c3242 if ((vp->v_object != NULL) && (bp->b_flags & B_CLUSTEROK)) { in vn_fsync_buf()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c1203 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_write()
1664 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_doio()
1716 bp->b_flags |= B_CLUSTEROK; in ncl_doio()
1718 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_doio()
H A Dnfs_clsubs.c367 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_clearcommit()
H A Dnfs_clvnops.c3263 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_flush()
/freebsd/sys/sys/
H A Dbuf.h233 #define B_CLUSTEROK 0x00020000 /* Pagein op, so swap() can count it. */ macro
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_denode.c348 bp->b_flags |= B_CLUSTEROK; in deupdat()
H A Dmsdosfs_vnops.c783 bp->b_flags |= B_CLUSTEROK; in msdosfs_write()