Searched refs:zero_offset (Results 1 – 1 of 1) sorted by relevance
183 static void cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset, size_t verify_block_size);791 int zero_offset; in cluster_iodone() local862 zero_offset = cbp->b_validend; in cluster_iodone()917 if (zero_offset) { in cluster_iodone()918 cluster_zero(upl, zero_offset, PAGE_SIZE - (zero_offset & PAGE_MASK), real_bp); in cluster_iodone()1076 cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset, size_t verify_block_size) in cluster_EOT() argument1101 if ((zero_offset == 0) && in cluster_EOT()1115 cbp_head->b_validend = zero_offset; in cluster_EOT()1241 int zero_offset = 0; in cluster_io() local1431 zero_offset = (int)(upl_offset + non_rounded_size); in cluster_io()[all …]