Home
last modified time | relevance | path

Searched refs:fofs (Results 1 – 5 of 5) sorted by relevance

/external/f2fs-tools/fsck/
Dfsck.c535 ext->fofs = le32_to_cpu(i_ext->fofs); in get_extent_info()
563 if (pgofs >= ei->fofs && pgofs < ei->fofs + ei->len) { in check_extent_info()
565 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk)) in check_extent_info()
570 if (pgofs != ei->fofs) in check_extent_info()
777 nid, child.ei.fofs, child.ei.blk, child.ei.len); in fsck_chk_inode_blk()
Dfsck.h39 u32 fofs; /* start offset in a file */ member
Dmount.c86 le32_to_cpu(inode->i_ext.fofs), in print_inode_info()
/external/f2fs-tools/include/
Df2fs_fs.h580 __le32 fofs; /* start file offset of the extent */ member
/external/f2fs-tools/mkfs/
Df2fs_format.c930 raw_node->i.i_ext.fofs = 0; in f2fs_write_root_inode()