HomeSort by relevance Sort by last modified time
    Searched refs:pgofs (Results 1 - 2 of 2) sorted by null

  /external/f2fs-tools/fsck/
fsck.c 579 u32 pgofs = child->pgofs; local
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
    [all...]
fsck.h 61 u32 pgofs; member in struct:child_info

Completed in 206 milliseconds