Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c177 bp->b_flags &= ~B_INUSE; in getfilentry()
186 bp->b_flags &= ~B_INUSE; in getfilentry()
296 if ((bp->b_flags & B_INUSE) == 0) in getdatablk()
310 bp->b_flags |= B_INUSE; in getdatablk()
H A Dpass1.c163 fbp->b_flags &= ~B_INUSE; in pass1()
176 bp->b_flags &= ~B_INUSE; in pass1()
569 bp->b_flags &= ~B_INUSE; in adjust()
H A Dfsck.h99 #define B_INUSE 1 macro
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h121 #define B_INUSE 1 macro
H A Dutilities.c283 if ((bp->b_flags & B_INUSE) == 0) in getdatablk()
314 bp->b_flags |= B_INUSE; in getdatablk()
323 bp->b_flags &= ~B_INUSE; in brelse()