Searched refs:IS_CUR_SEGNO (Results 1 – 3 of 3) sorted by relevance
/external/f2fs-tools/fsck/ |
D | f2fs.h | 376 static inline int IS_CUR_SEGNO(struct f2fs_sb_info *sbi, u32 segno, int type) in IS_CUR_SEGNO() function
|
D | mount.c | 39 !IS_CUR_SEGNO(sbi, i, NO_CHECK_TYPE)) in get_free_segments() 1885 !IS_CUR_SEGNO(sbi, segno, NO_CHECK_TYPE)) in flush_sit_entries() 1912 IS_CUR_SEGNO(sbi, segno, type)) { in find_next_free_block()
|
D | fsck.c | 1720 else if (IS_CUR_SEGNO(sbi, i, NO_CHECK_TYPE)) { in fsck_chk_meta()
|