Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Drecovery.c636 int ret = 0, err, len = c->leb_size - offs, start = offs, min_io_unit; in ubifs_recover_leb() local
713 min_io_unit = round_down(offs, c->min_io_size); in ubifs_recover_leb()
772 while (offs > min_io_unit) in ubifs_recover_leb()