Searched refs:B_BUSY (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sbin/fsck_lfs/
H A Dbufcache.h95 #define B_BUSY 0x00000010 /* I/O in progress. */ macro
H A Dbufcache.c231 assert(!(bp->b_flags & B_BUSY));
232 bp->b_flags |= B_BUSY;
286 bp->b_flags = B_BUSY;
302 /* Put a buffer back on its free list, clear B_BUSY. */
308 assert(bp->b_flags & B_BUSY);
313 bp->b_flags &= ~(B_BUSY | B_AGE);
336 /* Read the given block from disk, return it B_BUSY. */
H A Dsegwrite.c428 if ((bp->b_flags & (B_BUSY | B_GATHERED)) || !match(fs, bp)) {
841 (*bpp)->b_flags |= B_BUSY;
853 (*(sp->bpp))->b_flags |= B_BUSY;
979 bp->b_flags |= B_BUSY; /* XXX */
/netbsd-current/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h809 #define B_BUSY 0x0001 macro

Completed in 211 milliseconds