Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/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()
788 !(bp->b_flags & B_GATHERED)) { in lfs_segwrite()
1075 if (!(bp->b_flags & B_GATHERED)) { in lfs_writeinode()
1339 if (bp->b_flags & B_GATHERED) { in lfs_gatherblock()
1347 bp->b_flags |= B_GATHERED; in lfs_gatherblock()
1406 (bp->b_flags & B_GATHERED) == 0)
1584 if (!(bp->b_flags & B_GATHERED)) {
2120 do_again = !(bp->b_flags & B_GATHERED);
2188 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.h964 if (((bp)->b_flags & B_GATHERED) == 0) { \
/dports/sysutils/udfclient/UDFclient.0.8.11/
H A Dudf_unix.h86 #define B_GATHERED 0x00001000 /* LFS: already in a segment. */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dbuf.h195 #define B_GATHERED 0x00001000 /* LFS: already in a segment. */ macro