Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cluster.c761 buf_t cbp_next; in cluster_iodone() local
839 cbp_next = cbp->b_trans_next; in cluster_iodone()
841 if (cbp_next == NULL) { in cluster_iodone()
855 cbp = cbp_next; in cluster_iodone()
2035 buf_t cbp_next; in cluster_io() local
2040 cbp_next = cbp->b_trans_next; in cluster_io()
2042 cbp = cbp_next; in cluster_io()