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 578 u32 pgofs = child->pgofs; local
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
    [all...]
fsck.h 50 u32 pgofs; member in struct:child_info

Completed in 868 milliseconds