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))
819 do_again = !(bp->b_flags & B_GATHERED);
884 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 245 KASSERT((bp->b_flags & B_GATHERED) == 0);
259 bp->b_flags &= ~(B_READ | B_GATHERED);
733 !(bp->b_flags & B_GATHERED)) {
968 (ino == LFS_IFILE_INUM && !(bp->b_flags & B_GATHERED));
1023 if (!(bp->b_flags & B_GATHERED)) {
1294 if (bp->b_flags & B_GATHERED) {
1302 bp->b_flags |= B_GATHERED;
1394 (bp->b_flags & B_GATHERED) != 0 || !match(fs, bp)) {
1398 (bp->b_flags & B_GATHERED) == 0)
1571 if (!(bp->b_flags & B_GATHERED)) {
    [all...]
lfs_debug.c 88 if (!(bp->b_flags & B_GATHERED) && !(bp->b_oflags & BO_DELWRI)) {
lfs_accessors.h 973 if (((bp)->b_flags & B_GATHERED) == 0) { \
lfs_rfw.c 1292 KASSERT(bp->b_flags & B_GATHERED);

Completed in 18 milliseconds