HomeSort by: relevance | last modified time | path
    Searched refs:B_GATHERED (Results 1 - 8 of 8) sorted by relevancy

  /src/sbin/fsck_lfs/
bufcache.h 99 #define B_GATHERED 0x00001000 /* LFS: already in a segment. */
segwrite.c 271 sp->ibp->b_flags |= B_GATHERED;
360 (ino == LFS_IFILE_INUM && !(bp->b_flags & B_GATHERED));
399 bp->b_flags |= B_GATHERED;
428 if ((bp->b_flags & (B_BUSY | B_GATHERED)) || !match(fs, bp)) {
521 if (!(bp->b_flags & B_GATHERED))
818 do_again = !(bp->b_flags & B_GATHERED);
883 bp->b_flags &= ~(B_DELWRI | B_READ | B_GATHERED | B_ERROR |
pass6.c 145 if (!(bp->b_flags & B_GATHERED))
175 if (!(bp->b_flags & B_GATHERED))
  /src/sys/sys/
buf.h 195 #define B_GATHERED 0x00001000 /* LFS: already in a segment. */
  /src/sys/ufs/lfs/
lfs_segment.c 251 KASSERT((bp->b_flags & B_GATHERED) == 0);
265 bp->b_flags &= ~(B_READ | B_GATHERED);
722 if (!(bp->b_flags & B_GATHERED)) {
763 !(bp->b_flags & B_GATHERED)) {
1033 if (!(bp->b_flags & B_GATHERED)) {
1339 if (bp->b_flags & B_GATHERED) {
1347 bp->b_flags |= B_GATHERED;
1393 brelsel(bp, (bp->b_flags & B_GATHERED ?
1440 (bp->b_flags & B_GATHERED) != 0 ||
1447 (bp->b_flags & B_GATHERED) == 0
    [all...]
lfs_debug.c 88 if (!(bp->b_flags & B_GATHERED) && !(bp->b_oflags & BO_DELWRI)) {
lfs_accessors.h 696 if (((BP)->b_flags & B_GATHERED) == 0) \
871 if (((BP)->b_flags & B_GATHERED) == 0) \
985 if (((bp)->b_flags & B_GATHERED) == 0) { \
1017 if (((BP)->b_flags & B_GATHERED) == 0) \
1036 if (((BP)->b_flags & B_GATHERED) == 0) \
lfs_kclean.c 281 KASSERT(bp->b_flags & B_GATHERED);

Completed in 89 milliseconds