Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddebug.c105 if (!__is_large_section(sbi) || in update_multidevice_stats()
325 if (__is_large_section(sbi)) in update_mem_info()
579 if (__is_large_section(sbi)) in stat_show()
592 if (!__is_large_section(sbi)) { in stat_show()
626 if (__is_large_section(sbi)) { in stat_show()
H A Dsegment.c840 if (__is_large_section(sbi)) { in __locate_dirty_segment()
880 if (__is_large_section(sbi)) { in __remove_dirty_segment()
2237 if (f2fs_lfs_mode(sbi) && __is_large_section(sbi)) in f2fs_clear_prefree_segments()
2272 (!f2fs_lfs_mode(sbi) || !__is_large_section(sbi))) { in f2fs_clear_prefree_segments()
2527 if (__is_large_section(sbi)) in update_sit_entry_for_release()
2532 if (__is_large_section(sbi)) in update_sit_entry_for_release()
2568 if (__is_large_section(sbi)) in update_sit_entry_for_alloc()
2575 if (__is_large_section(sbi)) in update_sit_entry_for_alloc()
2580 if (__is_large_section(sbi)) in update_sit_entry_for_alloc()
2622 if (__is_large_section(sbi)) in update_sit_entry()
[all …]
H A Dsegment.h340 if (use_section && __is_large_section(sbi)) in get_valid_blocks()
349 if (use_section && __is_large_section(sbi)) in get_ckpt_valid_blocks()
603 unsigned int used_blocks = __is_large_section(sbi) ? SEGS_TO_BLKS(sbi, in get_left_section_blocks()
H A Dgc.c292 if (__is_large_section(sbi)) { in select_policy()
828 if (__is_large_section(sbi) && p.alloc_mode == LFS) { in f2fs_get_victim()
1785 if (__is_large_section(sbi)) { in do_garbage_collect()
1820 if (__is_large_section(sbi)) in do_garbage_collect()
1877 if (gc_type == BG_GC && __is_large_section(sbi) && in do_garbage_collect()
1923 if (__is_large_section(sbi)) in do_garbage_collect()
2144 if (f2fs_is_multi_device(sbi) && !__is_large_section(sbi)) in f2fs_build_gc_manager()
H A Df2fs.h3822 #define __is_large_section(sbi) (SEGS_PER_SEC(sbi) > 1) macro
H A Dfile.c3426 __is_large_section(sbi)) { in f2fs_ioc_flush_device()