Searched refs:zero_offset (Results 1 – 1 of 1) sorted by relevance
181 static void cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset, size_t verify_block_size);753 int zero_offset; in cluster_iodone() local824 zero_offset = cbp->b_validend; in cluster_iodone()878 if (zero_offset) { in cluster_iodone()879 cluster_zero(upl, zero_offset, PAGE_SIZE - (zero_offset & PAGE_MASK), real_bp); in cluster_iodone()1035 cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset, size_t verify_block_size) in cluster_EOT() argument1060 if ((zero_offset == 0) && in cluster_EOT()1091 cbp_head->b_validend = zero_offset; in cluster_EOT()1217 int zero_offset = 0; in cluster_io() local1405 zero_offset = (int)(upl_offset + non_rounded_size); in cluster_io()[all …]