Searched refs:pgofs (Results 1 – 2 of 2) sorted by relevance
578 u32 pgofs = child->pgofs; in check_extent_info() local597 if (pgofs >= ei->fofs && pgofs < ei->fofs + ei->len) { in check_extent_info()599 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk)) in check_extent_info()604 if (pgofs != ei->fofs) in check_extent_info()758 idx++, child.pgofs++) { in fsck_chk_inode_blk()809 child.pgofs += ADDRS_PER_BLOCK; in fsck_chk_inode_blk()811 child.pgofs += ADDRS_PER_BLOCK * NIDS_PER_BLOCK; in fsck_chk_inode_blk()813 child.pgofs += ADDRS_PER_BLOCK * in fsck_chk_inode_blk()966 for (idx = 0; idx < ADDRS_PER_BLOCK; idx++, child->pgofs++) { in fsck_chk_dnode_blk()1017 child->pgofs += ADDRS_PER_BLOCK; in fsck_chk_idnode_blk()[all …]
50 u32 pgofs; member