Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Drecovery.c633 int ret = 0, err, len = c->leb_size - offs, start = offs, min_io_unit; in ubifs_recover_leb() local
710 min_io_unit = round_down(offs, c->min_io_size); in ubifs_recover_leb()
769 while (offs > min_io_unit) in ubifs_recover_leb()
/openbmc/linux/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
702 min_io_unit = round_down(offs, c->min_io_size); in ubifs_recover_leb()
761 while (offs > min_io_unit) in ubifs_recover_leb()