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()
582 if (__is_large_section(sbi)) in stat_show()
595 if (!__is_large_section(sbi)) { in stat_show()
629 if (__is_large_section(sbi)) { in stat_show()
H A Dsegment.c793 if (__is_large_section(sbi)) { in __locate_dirty_segment()
833 if (__is_large_section(sbi)) { in __remove_dirty_segment()
2192 if (f2fs_lfs_mode(sbi) && __is_large_section(sbi)) in f2fs_clear_prefree_segments()
2227 (!f2fs_lfs_mode(sbi) || !__is_large_section(sbi))) { in f2fs_clear_prefree_segments()
2494 if (__is_large_section(sbi)) in update_sit_entry_for_release()
2499 if (__is_large_section(sbi)) in update_sit_entry_for_release()
2541 if (__is_large_section(sbi)) in update_sit_entry_for_alloc()
2548 if (__is_large_section(sbi)) in update_sit_entry_for_alloc()
2552 if (__is_large_section(sbi)) in update_sit_entry_for_alloc()
2594 if (__is_large_section(sbi)) in update_sit_entry()
[all …]
H A Dgc.c294 if (__is_large_section(sbi)) { in select_policy()
829 if (__is_large_section(sbi) && p.alloc_mode == LFS) { in f2fs_get_victim()
1740 if (__is_large_section(sbi)) { in do_garbage_collect()
1775 if (__is_large_section(sbi)) in do_garbage_collect()
1832 if (gc_type == BG_GC && __is_large_section(sbi) && in do_garbage_collect()
1871 if (__is_large_section(sbi)) in do_garbage_collect()
2082 if (f2fs_is_multi_device(sbi) && !__is_large_section(sbi)) in f2fs_build_gc_manager()
H A Dsegment.h345 if (use_section && __is_large_section(sbi)) in get_valid_blocks()
354 if (use_section && __is_large_section(sbi)) in get_ckpt_valid_blocks()
616 unsigned int used_blocks = __is_large_section(sbi) ? SEGS_TO_BLKS(sbi, in get_left_section_blocks()
H A Df2fs.h3667 #define __is_large_section(sbi) (SEGS_PER_SEC(sbi) > 1) macro
H A Dfile.c3289 __is_large_section(sbi)) { in f2fs_ioc_flush_device()