Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dfsck.c587 u32 pgofs = child->pgofs; in check_extent_info() local
609 if (pgofs >= ei->fofs && pgofs < ei->fofs + ei->len) { in check_extent_info()
611 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk)) in check_extent_info()
616 if (pgofs != ei->fofs) in check_extent_info()
875 idx++, child.pgofs++) { in fsck_chk_inode_blk()
899 qf_last_blkofs[cur_qtype] = child.pgofs; in fsck_chk_inode_blk()
943 child.pgofs += ADDRS_PER_BLOCK(&node_blk->i); in fsck_chk_inode_blk()
945 child.pgofs += ADDRS_PER_BLOCK(&node_blk->i) * in fsck_chk_inode_blk()
948 child.pgofs += ADDRS_PER_BLOCK(&node_blk->i) * in fsck_chk_inode_blk()
1121 for (idx = 0; idx < ADDRS_PER_BLOCK(inode); idx++, child->pgofs++) { in fsck_chk_dnode_blk()
[all …]
Dfsck.h72 u32 pgofs; member