Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.h434 unsigned int usable_segs = f2fs_usable_segs_in_sec(sbi, segno); in __set_free()
468 unsigned int usable_segs = f2fs_usable_segs_in_sec(sbi, segno); in __set_test_and_free()
H A Dgc.c344 unsigned int usable_segs_per_sec = f2fs_usable_segs_in_sec(sbi, segno); in get_cb_cost()
1709 f2fs_usable_segs_in_sec(sbi, segno); in do_garbage_collect()
1881 if (seg_freed == f2fs_usable_segs_in_sec(sbi, segno)) { in f2fs_gc()
H A Df2fs.h3737 unsigned int f2fs_usable_segs_in_sec(struct f2fs_sb_info *sbi,
H A Dsegment.c5225 unsigned int f2fs_usable_segs_in_sec(struct f2fs_sb_info *sbi, in f2fs_usable_segs_in_sec() function