Home | History | Annotate | Download | only in fsck

Lines Matching refs:pgofs

579 	u32 pgofs = child->pgofs;
601 if (pgofs >= ei->fofs && pgofs < ei->fofs + ei->len) {
603 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk))
608 if (pgofs != ei->fofs)
820 idx++, child.pgofs++) {
877 child.pgofs += ADDRS_PER_BLOCK;
879 child.pgofs += ADDRS_PER_BLOCK * NIDS_PER_BLOCK;
881 child.pgofs += ADDRS_PER_BLOCK *
892 ASSERT_MSG("ino: 0x%x has wrong ext: [pgofs:%u, blk:%u, len:%u]",
1056 for (idx = 0; idx < ADDRS_PER_BLOCK; idx++, child->pgofs++) {
1109 child->pgofs += ADDRS_PER_BLOCK;
1151 child->pgofs += ADDRS_PER_BLOCK * NIDS_PER_BLOCK;
1280 static int __get_current_level(int dir_level, u32 pgofs)
1287 if (bidx > pgofs)
1293 static int f2fs_check_dirent_position(u8 *name, u16 name_len, u32 pgofs,
1301 level = __get_current_level(dir_level, pgofs);
1310 if (pgofs >= bidx && pgofs < end_block)
1314 "dir_level:%d, pgofs:%u, correct range:[%u, %u]\n",
1315 pino, name, level, dir_level, pgofs, bidx, end_block - 1);
1496 child->pgofs,