Searched refs:empty_offs (Results 1 – 1 of 1) sorted by relevance
410 int empty_offs, check_len; in is_last_write() local417 empty_offs = ALIGN(offs + 1, c->max_write_size); in is_last_write()418 check_len = c->leb_size - empty_offs; in is_last_write()419 p = buf + empty_offs - offs; in is_last_write()438 int empty_offs, pad_len; in clean_buf() local444 empty_offs = ALIGN(*offs, c->min_io_size); in clean_buf()445 pad_len = empty_offs - *offs; in clean_buf()450 memset(*buf, 0xff, c->leb_size - empty_offs); in clean_buf()