Searched refs:b_flags (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c282 if ( (bp->b_flags & (B_DONE | B_DELWRI)) )
290 if ( (bp->b_flags & B_CACHE) )
298 SET(bp->b_flags, B_INVAL);
304 if (!ISSET(bp->b_flags, B_DELWRI)) {
305 SET(bp->b_flags, B_DELWRI);
310 SET(bp->b_flags, B_DONE);
316 SET(bp->b_flags, B_EINTR);
323 SET(bp->b_flags, B_AGE);
329 if ((bp->b_flags & B_FUA) == B_FUA)
337 SET(bp->b_flags, B_FU
[all...]
H A Dvfs_cluster.c477 int b_flags; local
498 (int)cbp_head, bp->b_lblkno, bp->b_bcount, bp->b_flags, 0);
505 if ( !(cbp->b_flags & B_DONE)) {
508 (int)cbp_head, (int)cbp, cbp->b_bcount, cbp->b_flags, 0);
512 if (cbp->b_flags & B_EOT)
528 b_flags = cbp->b_flags;
537 if ((cbp->b_flags & B_ERROR) && error == 0)
604 if (b_flags & B_COMMIT_UPL) {
610 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, commit_size, error, b_flags);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h94 volatile long b_flags; /* B_* flags. */ member in struct:buf
157 * These flags are kept in b_flags... access is lockless

Completed in 41 milliseconds