Home | History | Annotate | Download | only in fsck

Lines Matching full:pgofs

578 	u32 pgofs = child->pgofs;
597 if (pgofs >= ei->fofs && pgofs < ei->fofs + ei->len) {
599 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk))
604 if (pgofs != ei->fofs)
758 idx++, child.pgofs++) {
809 child.pgofs += ADDRS_PER_BLOCK;
811 child.pgofs += ADDRS_PER_BLOCK * NIDS_PER_BLOCK;
813 child.pgofs += ADDRS_PER_BLOCK *
823 ASSERT_MSG("ino: 0x%x has wrong ext: [pgofs:%u, blk:%u, len:%u]",
966 for (idx = 0; idx < ADDRS_PER_BLOCK; idx++, child->pgofs++) {
1017 child->pgofs += ADDRS_PER_BLOCK;
1057 child->pgofs += ADDRS_PER_BLOCK * NIDS_PER_BLOCK;
1186 static int __get_current_level(int dir_level, u32 pgofs)
1193 if (bidx > pgofs)
1199 static int f2fs_check_dirent_position(u8 *name, u16 name_len, u32 pgofs,
1207 level = __get_current_level(dir_level, pgofs);
1216 if (pgofs >= bidx && pgofs < end_block)
1220 "dir_level:%d, pgofs:%u, correct range:[%u, %u]\n",
1221 pino, name, level, dir_level, pgofs, bidx, end_block - 1);
1400 child->pgofs,