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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c1171 buf_t last_cbp; local
1188 for (last_cbp = cbp = cbp_head; cbp->b_trans_next; cbp = cbp->b_trans_next)
1189 last_cbp = cbp;
1210 last_cbp->b_trans_next = NULL;
1211 cbp_tail = last_cbp;

Completed in 26 milliseconds