Lines Matching refs:b_flags
347 bp->b_flags |= B_DONE; in ffs_realloccg()
349 if ((bp->b_flags & (B_MALLOC | B_VMIO)) == B_VMIO) in ffs_realloccg()
422 (bp->b_flags & B_DELWRI) != 0 ? in ffs_realloccg()
431 bp->b_flags |= B_DONE; in ffs_realloccg()
433 if ((bp->b_flags & (B_MALLOC | B_VMIO)) == B_VMIO) in ffs_realloccg()
802 (bp->b_flags & B_DELWRI) != 0 ? in ffs_reallocblks_ufs1()
1067 (bp->b_flags & B_DELWRI) != 0 ? in ffs_reallocblks_ufs2()
2321 bp->b_flags |= B_RELBUF | B_NOCACHE; in ffs_blkfree_cg()
2322 bp->b_flags &= ~B_CACHE; in ffs_blkfree_cg()
2870 bp->b_flags |= B_RELBUF | B_NOCACHE; in ffs_freefile()
2871 bp->b_flags &= ~B_CACHE; in ffs_freefile()
3035 (bp->b_flags & B_CKHASH) != 0 && in ffs_getcg()
3046 bp->b_flags &= ~B_CKHASH; in ffs_getcg()
3047 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_getcg()
3066 bp->b_flags &= ~B_CKHASH; in ffs_getcg()
3067 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_getcg()
3071 bp->b_flags &= ~B_CKHASH; in ffs_getcg()