Searched refs:pgofs (Results 1 – 2 of 2) sorted by relevance
579 u32 pgofs = child->pgofs; in check_extent_info() local601 if (pgofs >= ei->fofs && pgofs < ei->fofs + ei->len) { in check_extent_info()603 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk)) in check_extent_info()608 if (pgofs != ei->fofs) in check_extent_info()820 idx++, child.pgofs++) { in fsck_chk_inode_blk()877 child.pgofs += ADDRS_PER_BLOCK; in fsck_chk_inode_blk()879 child.pgofs += ADDRS_PER_BLOCK * NIDS_PER_BLOCK; in fsck_chk_inode_blk()881 child.pgofs += ADDRS_PER_BLOCK * in fsck_chk_inode_blk()1056 for (idx = 0; idx < ADDRS_PER_BLOCK; idx++, child->pgofs++) { in fsck_chk_dnode_blk()1109 child->pgofs += ADDRS_PER_BLOCK; in fsck_chk_idnode_blk()[all …]
61 u32 pgofs; member