Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cluster.c779 buf_t cbp_next; in cluster_iodone() local
857 cbp_next = cbp->b_trans_next; in cluster_iodone()
859 if (cbp_next == NULL) { in cluster_iodone()
873 cbp = cbp_next; in cluster_iodone()
2040 buf_t cbp_next; in cluster_io() local
2045 cbp_next = cbp->b_trans_next; in cluster_io()
2047 cbp = cbp_next; in cluster_io()