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

/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dbufcache.h94 #define B_AGE 0x00000001 /* Move to age queue when I/O done. */ macro
H A Dbufcache.c316 age = bp->b_flags & B_AGE;
317 bp->b_flags &= ~(B_BUSY | B_AGE);
H A Dlfs.c372 bp->b_flags |= B_AGE;
H A Dpass6.c865 bp->b_flags |= B_AGE;

Completed in 185 milliseconds