Searched refs:empty_offs (Results 1 – 1 of 1) sorted by relevance
409 int empty_offs, check_len; in is_last_write() local416 empty_offs = ALIGN(offs + 1, c->max_write_size); in is_last_write()417 check_len = c->leb_size - empty_offs; in is_last_write()418 p = buf + empty_offs - offs; in is_last_write()437 int empty_offs, pad_len; in clean_buf() local443 empty_offs = ALIGN(*offs, c->min_io_size); in clean_buf()444 pad_len = empty_offs - *offs; in clean_buf()449 memset(*buf, 0xff, c->leb_size - empty_offs); in clean_buf()