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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h109 buf_t b_real_bp; /* used to track bp generated through cluster_bp */ member in struct:buf
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c672 real_bp = (buf_t)(bp->b_real_bp);
676 * b_real_bp is only valid if B_CLUSTER is SET
710 real_bp = (buf_t)(bp->b_real_bp);
H A Dvfs_cluster.c529 real_bp = cbp->b_real_bp;
1317 if ( (cbp_head->b_real_bp = real_bp) ) {

Completed in 107 milliseconds