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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c156 static void cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset);
828 cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset) argument
831 cbp_tail->b_flags |= B_EOT;
922 buf_t cbp_tail = NULL; local
1211 cbp_tail = last_cbp;
1221 cluster_EOT(cbp_head, cbp_tail, 0);
1388 cluster_EOT(cbp_head, cbp_tail, size == 0 ? zero_offset : 0);
1496 cbp_tail->b_trans_next = cbp;
1497 cbp_tail = cbp;
1500 cbp_tail
[all...]

Completed in 78 milliseconds