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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h119 buf_t b_real_bp; /* used to track bp generated through cluster_bp */ member in struct:buf
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1010 real_bp = (buf_t)(bp->b_real_bp);
1014 * b_real_bp is only valid if B_CLUSTER is SET
1048 real_bp = (buf_t)(bp->b_real_bp);
H A Dvfs_cluster.c663 real_bp = cbp->b_real_bp;
1502 if ( (cbp_head->b_real_bp = real_bp) )

Completed in 41 milliseconds