Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Df2fs.h624 #define IS_SUM_NODE_SEG(footer) (footer.entry_type == SUM_TYPE_NODE) macro
Dresize.c225 IS_SUM_NODE_SEG(sum_blk->footer), in move_ssa()
Dmount.c2229 if (!IS_SUM_NODE_SEG(curseg->sum_blk->footer)) { in get_sum_block()
2244 if (IS_SUM_NODE_SEG(curseg->sum_blk->footer)) { in get_sum_block()
2262 if (IS_SUM_NODE_SEG(sum_blk->footer)) in get_sum_block()
Dfsck.c3218 } else if (i > CURSEG_COLD_DATA && IS_SUM_NODE_SEG(sum_blk->footer)) { in fsck_chk_curseg_info()