Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_cluster.c799 buf_t cbp_next; in cluster_iodone() local
877 cbp_next = cbp->b_trans_next; in cluster_iodone()
879 if (cbp_next == NULL) { in cluster_iodone()
893 cbp = cbp_next; in cluster_iodone()
2098 buf_t cbp_next; in cluster_io() local
2103 cbp_next = cbp->b_trans_next; in cluster_io()
2105 cbp = cbp_next; in cluster_io()