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);732 int zero_offset; in cluster_iodone() local803 zero_offset = cbp->b_validend; in cluster_iodone()857 if (zero_offset) { in cluster_iodone()858 cluster_zero(upl, zero_offset, PAGE_SIZE - (zero_offset & PAGE_MASK), real_bp); in cluster_iodone()1014 cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset, size_t verify_block_size) in cluster_EOT() argument1039 if ((zero_offset == 0) && in cluster_EOT()1070 cbp_head->b_validend = zero_offset; in cluster_EOT()1196 int zero_offset = 0; in cluster_io() local1384 zero_offset = (int)(upl_offset + non_rounded_size); in cluster_io()[all …]