Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsegment.h455 unsigned int usable_segs = f2fs_usable_segs_in_sec(sbi, segno); in __set_free()
489 unsigned int usable_segs = f2fs_usable_segs_in_sec(sbi, segno); in __set_test_and_free()
Dgc.c341 unsigned int usable_segs_per_sec = f2fs_usable_segs_in_sec(sbi, segno); in get_cb_cost()
1669 f2fs_usable_segs_in_sec(sbi, segno); in do_garbage_collect()
1836 if (seg_freed == f2fs_usable_segs_in_sec(sbi, segno)) in f2fs_gc()
Df2fs.h3706 unsigned int f2fs_usable_segs_in_sec(struct f2fs_sb_info *sbi,
Dsegment.c5029 unsigned int f2fs_usable_segs_in_sec(struct f2fs_sb_info *sbi, in f2fs_usable_segs_in_sec() function