Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dfsck.c569 ext->fofs = le32_to_cpu(i_ext->fofs); in get_extent_info()
597 if (pgofs >= ei->fofs && pgofs < ei->fofs + ei->len) { in check_extent_info()
599 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk)) in check_extent_info()
604 if (pgofs != ei->fofs) in check_extent_info()
824 nid, child.ei.fofs, child.ei.blk, child.ei.len); in fsck_chk_inode_blk()
Dfsck.h41 u32 fofs; /* start offset in a file */ member
Dmount.c224 le32_to_cpu(inode->i_ext.fofs), in print_inode_info()
/external/f2fs-tools/mkfs/
Df2fs_format.c1033 raw_node->i.i_ext.fofs = 0; in f2fs_write_root_inode()
1209 raw_node->i.i_ext.fofs = 0; in f2fs_write_qf_inode()
/external/f2fs-tools/include/
Df2fs_fs.h677 __le32 fofs; /* start file offset of the extent */ member