Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dgc.c344 unsigned int usable_segs_per_sec = f2fs_usable_segs_in_sec(sbi, segno); in get_cb_cost() local
346 for (i = 0; i < usable_segs_per_sec; i++) in get_cb_cost()
350 mtime = div_u64(mtime, usable_segs_per_sec); in get_cb_cost()
351 vblocks = div_u64(vblocks, usable_segs_per_sec); in get_cb_cost()