Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Drecovery.c625 int ret = 0, err, len = c->leb_size - offs, start = offs, min_io_unit; in ubifs_recover_leb() local
735 min_io_unit = round_down(offs, c->min_io_size); in ubifs_recover_leb()
794 while (offs > min_io_unit) in ubifs_recover_leb()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Drecovery.c634 int ret = 0, err, len = c->leb_size - offs, start = offs, min_io_unit; in ubifs_recover_leb() local
711 min_io_unit = round_down(offs, c->min_io_size); in ubifs_recover_leb()
770 while (offs > min_io_unit) in ubifs_recover_leb()