Searched refs:fofs (Results 1 – 9 of 9) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | segment.c | 463 t_ext->fofs = s_ext->fofs; in copy_extent_info() 471 inode->i.i_ext.fofs = cpu_to_le32(ext->fofs); in update_extent_info() 530 cur_ext.fofs = cur_blk; in update_largest_extent()
|
D | fsck.h | 63 u32 fofs; /* start offset in a file */ member
|
D | fsck.c | 607 ext->fofs = le32_to_cpu(i_ext->fofs); in get_extent_info() 638 if (pgofs >= ei->fofs && pgofs < ei->fofs + ei->len) { in check_extent_info() 640 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk)) in check_extent_info() 645 if (pgofs != ei->fofs) in check_extent_info() 1038 nid, child.ei.fofs, child.ei.blk, child.ei.len); in fsck_chk_inode_blk()
|
D | mount.c | 287 le32_to_cpu(inode->i_ext.fofs), in print_inode_info()
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 892 __le32 fofs; /* start file offset of the extent */ member 1675 raw_node->i.i_ext.fofs = 0; in f2fs_init_qf_inode()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 277 …ltered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uint32_t fofs, size_t fmask) in gnu_lookup_filtered() argument 280 size_t f = bloomwords[fofs & (hashtab[2]-1)]; in gnu_lookup_filtered()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 277 …ltered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uint32_t fofs, size_t fmask) in gnu_lookup_filtered() argument 280 size_t f = bloomwords[fofs & (hashtab[2]-1)]; in gnu_lookup_filtered()
|
/third_party/musl/ldso/ |
D | dynlink.c | 279 …ltered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uint32_t fofs, size_t fmask) in gnu_lookup_filtered() argument 282 size_t f = bloomwords[fofs & (hashtab[2]-1)]; in gnu_lookup_filtered()
|
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format.c | 1275 raw_node->i.i_ext.fofs = 0; in f2fs_write_root_inode()
|