Searched refs:min_io_shift (Results 1 – 3 of 3) sorted by relevance
583 n = aligned_len >> c->min_io_shift; in ubifs_wbuf_write_nolock()585 n <<= c->min_io_shift; in ubifs_wbuf_write_nolock()
511 c->min_io_shift = fls(c->min_io_size) - 1; in init_constants_early()537 c->min_io_shift = 3; in init_constants_early()
1253 int min_io_shift; member