Home
last modified time | relevance | path

Searched refs:empty_offs (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/ubifs/
Drecovery.c415 int empty_offs, check_len; in is_last_write() local
422 empty_offs = ALIGN(offs + 1, c->max_write_size); in is_last_write()
423 check_len = c->leb_size - empty_offs; in is_last_write()
424 p = buf + empty_offs - offs; in is_last_write()
443 int empty_offs, pad_len; in clean_buf() local
449 empty_offs = ALIGN(*offs, c->min_io_size); in clean_buf()
450 pad_len = empty_offs - *offs; in clean_buf()
455 memset(*buf, 0xff, c->leb_size - empty_offs); in clean_buf()