Home
last modified time | relevance | path

Searched refs:B_GATHERED (Results 1 – 4 of 4) sorted by relevance

/minix3/sys/ufs/lfs/
H A Dlfs_segment.c311 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 …]
H A Dlfs_debug.c92 if (!(bp->b_flags & B_GATHERED) && !(bp->b_oflags & BO_DELWRI)) { in lfs_bwrite_log()
H A Dlfs_accessors.h956 if (((bp)->b_flags & B_GATHERED) == 0) { \
/minix3/sys/sys/
H A Dbuf.h184 #define B_GATHERED 0x00001000 /* LFS: already in a segment. */ macro