Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dfsck.c595 u32 pgofs = child->pgofs; in check_extent_info() local
617 if (pgofs >= ei->fofs && pgofs < ei->fofs + ei->len) { in check_extent_info()
619 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk)) in check_extent_info()
624 if (pgofs != ei->fofs) in check_extent_info()
894 idx++, child.pgofs++) { in fsck_chk_inode_blk()
918 qf_last_blkofs[cur_qtype] = child.pgofs; in fsck_chk_inode_blk()
962 child.pgofs += ADDRS_PER_BLOCK(&node_blk->i); in fsck_chk_inode_blk()
964 child.pgofs += ADDRS_PER_BLOCK(&node_blk->i) * in fsck_chk_inode_blk()
967 child.pgofs += ADDRS_PER_BLOCK(&node_blk->i) * in fsck_chk_inode_blk()
1140 for (idx = 0; idx < ADDRS_PER_BLOCK(inode); idx++, child->pgofs++) { in fsck_chk_dnode_blk()
[all …]
Dfsck.h72 u32 pgofs; member