Searched refs:B_GATHERED (Results 1 – 4 of 4) sorted by relevance
311 KASSERT((bp->b_flags & B_GATHERED) == 0); in lfs_vflush()325 bp->b_flags &= ~(B_READ | B_GATHERED); in lfs_vflush()782 !(bp->b_flags & B_GATHERED)) { in lfs_segwrite()1014 (ino == LFS_IFILE_INUM && !(bp->b_flags & B_GATHERED)); in lfs_update_iaddr()1069 if (!(bp->b_flags & B_GATHERED)) { in lfs_writeinode()1333 if (bp->b_flags & B_GATHERED) { in lfs_gatherblock()1341 bp->b_flags |= B_GATHERED; in lfs_gatherblock()1396 (bp->b_flags & B_GATHERED) != 0 || !match(fs, bp)) {1400 (bp->b_flags & B_GATHERED) == 0)1578 if (!(bp->b_flags & B_GATHERED)) {[all …]
92 if (!(bp->b_flags & B_GATHERED) && !(bp->b_oflags & BO_DELWRI)) { in lfs_bwrite_log()
956 if (((bp)->b_flags & B_GATHERED) == 0) { \
184 #define B_GATHERED 0x00001000 /* LFS: already in a segment. */ macro