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

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h119 buf_t b_real_bp; /* used to track bp generated through cluster_bp */ member in struct:buf
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c1026 real_bp = (buf_t)(bp->b_real_bp);
1030 * b_real_bp is only valid if B_CLUSTER is SET
1064 real_bp = (buf_t)(bp->b_real_bp);
H A Dvfs_cluster.c628 real_bp = cbp->b_real_bp;
1474 if ( (cbp_head->b_real_bp = real_bp) )

Completed in 41 milliseconds