Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dfsck.h63 u32 fofs; /* start offset in a file */ member
Dfsck.c586 ext->fofs = le32_to_cpu(i_ext->fofs); in get_extent_info()
617 if (pgofs >= ei->fofs && pgofs < ei->fofs + ei->len) { in check_extent_info()
619 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk)) in check_extent_info()
624 if (pgofs != ei->fofs) in check_extent_info()
979 nid, child.ei.fofs, child.ei.blk, child.ei.len); in fsck_chk_inode_blk()
Dmount.c286 le32_to_cpu(inode->i_ext.fofs), in print_inode_info()
/external/f2fs-tools/mkfs/
Df2fs_format.c1255 raw_node->i.i_ext.fofs = 0; in f2fs_write_root_inode()
1422 raw_node->i.i_ext.fofs = 0; in f2fs_write_qf_inode()
/external/f2fs-tools/include/
Df2fs_fs.h860 __le32 fofs; /* start file offset of the extent */ member