Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ufs/ffs/
Dffs_balloc.c285 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
364 nbp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
383 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
453 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
543 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs1()
892 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
972 nbp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
991 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
1061 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
1157 bp->b_flags |= B_CLUSTEROK; in ffs_balloc_ufs2()
Dffs_inode.c186 bp->b_flags |= B_CLUSTEROK;
346 bp->b_flags |= B_CLUSTEROK;
467 bp->b_flags |= B_CLUSTEROK;
Dffs_vnops.c320 } else if ((bp->b_flags & B_CLUSTEROK)) { in ffs_syncvnode()
839 bp->b_flags |= B_CLUSTEROK;
843 bp->b_flags |= B_CLUSTEROK;
850 bp->b_flags |= B_CLUSTEROK;
853 bp->b_flags |= B_CLUSTEROK;
Dffs_snapshot.c2240 if (nbp->b_flags & B_CLUSTEROK) {
Dffs_softdep.c6696 bp->b_flags |= B_CLUSTEROK;
/freebsd-12-stable/sys/fs/ext2fs/
Dext2_inode.c272 bp->b_flags |= B_CLUSTEROK; in ext2_ind_truncate()
304 bp->b_flags |= B_CLUSTEROK; in ext2_ind_truncate()
492 bp->b_flags |= B_CLUSTEROK; in ext2_ext_truncate()
523 bp->b_flags |= B_CLUSTEROK; in ext2_ext_truncate()
Dext2_balloc.c267 bp->b_flags |= B_CLUSTEROK; in ext2_balloc()
299 bp->b_flags |= B_CLUSTEROK; in ext2_balloc()
Dext2_vnops.c2308 bp->b_flags |= B_CLUSTEROK; in ext2_write()
2312 bp->b_flags |= B_CLUSTEROK; in ext2_write()
2318 bp->b_flags |= B_CLUSTEROK; in ext2_write()
2321 bp->b_flags |= B_CLUSTEROK; in ext2_write()
/freebsd-12-stable/sys/kern/
Dvfs_cluster.c862 if (((tbp->b_flags & (B_CLUSTEROK | B_MALLOC | B_VMIO)) != in cluster_wbuild()
863 (B_CLUSTEROK | B_VMIO)) || in cluster_wbuild()
939 if ((tbp->b_flags & (B_VMIO | B_CLUSTEROK | in cluster_wbuild()
941 != (B_DELWRI | B_CLUSTEROK | in cluster_wbuild()
Dvfs_bio.c2334 if (nbp->b_flags & B_CLUSTEROK) { in bufbdflush()
3112 if ((bpa->b_flags & (B_DELWRI | B_CLUSTEROK | B_INVAL)) != in vfs_bio_clcheck()
3113 (B_DELWRI | B_CLUSTEROK)) in vfs_bio_clcheck()
3161 (bp->b_flags & (B_CLUSTEROK | B_INVAL)) == B_CLUSTEROK) { in vfs_bio_awrite()
Dvfs_vnops.c2612 if ((vp->v_object != NULL) && (bp->b_flags & B_CLUSTEROK)) { in vn_fsync_buf()
/freebsd-12-stable/sys/fs/fuse/
Dfuse_io.c915 bp->b_flags |= B_CLUSTEROK; in fuse_write_biobackend()
920 bp->b_flags |= B_CLUSTEROK; in fuse_write_biobackend()
930 bp->b_flags |= B_CLUSTEROK; in fuse_write_biobackend()
934 bp->b_flags &= ~B_CLUSTEROK; in fuse_write_biobackend()
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clsubs.c367 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_clearcommit()
Dnfs_clbio.c1252 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_write()
1772 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_doio()
1824 bp->b_flags |= B_CLUSTEROK; in ncl_doio()
1826 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_doio()
Dnfs_clvnops.c2996 bp->b_flags &= ~(B_NEEDCOMMIT | B_CLUSTEROK); in ncl_flush()
/freebsd-12-stable/sys/sys/
Dbuf.h227 #define B_CLUSTEROK 0x00020000 /* Pagein op, so swap() can count it. */ macro
/freebsd-12-stable/sys/fs/msdosfs/
Dmsdosfs_denode.c322 bp->b_flags |= B_CLUSTEROK; in deupdat()
Dmsdosfs_vnops.c782 bp->b_flags |= B_CLUSTEROK; in msdosfs_write()