Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c181 static void cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset, size_t verify_block_size);
1014 cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset, size_t verify_block_size) in cluster_EOT() argument
1028 if (cbp_head == cbp_tail) { in cluster_EOT()
1031 length = ((cbp_tail->b_lblkno * cbp_tail->b_lblksize) + cbp_tail->b_bcount) - start_off; in cluster_EOT()
1071 cbp_tail->b_flags |= B_EOT; in cluster_EOT()
1188 buf_t cbp_tail = NULL; in cluster_io() local
1561 cbp_tail = NULL; in cluster_io()
1568 cbp_tail = prev_cbp; in cluster_io()
1578 cbp_tail = cbp; in cluster_io()
1589 cluster_EOT(cbp_head, cbp_tail, 0, 0); in cluster_io()
[all …]