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 544 u32 pgofs = child->pgofs; local
563 if (pgofs >= ei->fofs && pgofs < ei->fofs + ei->len) {
565 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk))
570 if (pgofs != ei->fofs)
712 idx++, child.pgofs++) {
762 child.pgofs += ADDRS_PER_BLOCK;
764 child.pgofs += ADDRS_PER_BLOCK * NIDS_PER_BLOCK;
766 child.pgofs += ADDRS_PER_BLOCK
    [all...]
fsck.h 48 u32 pgofs; member in struct:child_info

Completed in 51 milliseconds