Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c180 bp->b_flags &= ~B_INUSE; in getfilentry()
189 bp->b_flags &= ~B_INUSE; in getfilentry()
298 if ((bp->b_flags & B_INUSE) == 0) in getdatablk()
312 bp->b_flags |= B_INUSE; in getdatablk()
H A Dpass1.c162 fbp->b_flags &= ~B_INUSE; in pass1()
176 bp->b_flags &= ~B_INUSE; in pass1()
558 bp->b_flags &= ~B_INUSE; in adjust()
H A Dfsck.h97 #define B_INUSE 1 macro
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h119 #define B_INUSE 1 macro
H A Dutilities.c290 if ((bp->b_flags & B_INUSE) == 0) in getdatablk()
321 bp->b_flags |= B_INUSE; in getdatablk()
330 bp->b_flags &= ~B_INUSE; in brelse()