Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dfsck.h239 extern bool is_usable_seg(struct f2fs_sb_info *, unsigned int);
Dmount.c58 bool is_usable_seg(struct f2fs_sb_info *sbi, unsigned int segno) in is_usable_seg() function
83 if (is_usable_seg(sbi, i)) in get_usable_seg_count()
91 bool is_usable_seg(struct f2fs_sb_info *UNUSED(sbi), unsigned int UNUSED(segno)) in is_usable_seg() function
111 is_usable_seg(sbi, i)) in get_free_segments()
2444 if (se->valid_blocks == 0x0 && is_usable_seg(sbi, segno)) { in build_sit_area_bitmap()