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.h605 #define IS_SUM_NODE_SEG(footer) (footer.entry_type == SUM_TYPE_NODE) macro
Dresize.c223 IS_SUM_NODE_SEG(sum_blk->footer), in move_ssa()
Dmount.c2129 if (!IS_SUM_NODE_SEG(curseg->sum_blk->footer)) { in get_sum_block()
2144 if (IS_SUM_NODE_SEG(curseg->sum_blk->footer)) { in get_sum_block()
2162 if (IS_SUM_NODE_SEG(sum_blk->footer)) in get_sum_block()
Dfsck.c2999 } else if (i > CURSEG_COLD_DATA && IS_SUM_NODE_SEG(sum_blk->footer)) { in fsck_chk_curseg_info()