Lines Matching refs:b_flags
345 bp->b_flags |= B_DONE; in ffs_realloccg()
347 if ((bp->b_flags & (B_MALLOC | B_VMIO)) == B_VMIO) in ffs_realloccg()
420 (bp->b_flags & B_DELWRI) != 0 ? in ffs_realloccg()
429 bp->b_flags |= B_DONE; in ffs_realloccg()
431 if ((bp->b_flags & (B_MALLOC | B_VMIO)) == B_VMIO) in ffs_realloccg()
800 (bp->b_flags & B_DELWRI) != 0 ? in ffs_reallocblks_ufs1()
1066 (bp->b_flags & B_DELWRI) != 0 ? in ffs_reallocblks_ufs2()
2337 bp->b_flags |= B_RELBUF | B_NOCACHE; in ffs_blkfree_cg()
2338 bp->b_flags &= ~B_CACHE; in ffs_blkfree_cg()
2886 bp->b_flags |= B_RELBUF | B_NOCACHE; in ffs_freefile()
2887 bp->b_flags &= ~B_CACHE; in ffs_freefile()
3051 (bp->b_flags & B_CKHASH) != 0 && in ffs_getcg()
3062 bp->b_flags &= ~B_CKHASH; in ffs_getcg()
3063 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_getcg()
3082 bp->b_flags &= ~B_CKHASH; in ffs_getcg()
3083 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_getcg()
3087 bp->b_flags &= ~B_CKHASH; in ffs_getcg()