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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c490 buf_t cbp_next; local
543 cbp_next = cbp->b_trans_next;
545 if (cbp_next == NULL)
557 cbp = cbp_next;
1408 buf_t cbp_next; local
1413 cbp_next = cbp->b_trans_next;
1415 cbp = cbp_next;

Completed in 35 milliseconds