Searched refs:fofs (Results 1 – 8 of 8) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | fsck.h | 63 u32 fofs; /* start offset in a file */ member
|
D | fsck.c | 578 ext->fofs = le32_to_cpu(i_ext->fofs); in get_extent_info() 609 if (pgofs >= ei->fofs && pgofs < ei->fofs + ei->len) { in check_extent_info() 611 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk)) in check_extent_info() 616 if (pgofs != ei->fofs) in check_extent_info() 960 nid, child.ei.fofs, child.ei.blk, child.ei.len); in fsck_chk_inode_blk()
|
D | mount.c | 286 le32_to_cpu(inode->i_ext.fofs), in print_inode_info()
|
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format.c | 1186 raw_node->i.i_ext.fofs = 0; in f2fs_write_root_inode() 1353 raw_node->i.i_ext.fofs = 0; in f2fs_write_qf_inode()
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 761 __le32 fofs; /* start file offset of the extent */ member
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 273 …ltered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uint32_t fofs, size_t fmask) in gnu_lookup_filtered() argument 276 size_t f = bloomwords[fofs & (hashtab[2]-1)]; in gnu_lookup_filtered()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 273 …ltered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uint32_t fofs, size_t fmask) in gnu_lookup_filtered() argument 276 size_t f = bloomwords[fofs & (hashtab[2]-1)]; in gnu_lookup_filtered()
|
/third_party/musl/ldso/ |
D | dynlink.c | 275 …ltered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uint32_t fofs, size_t fmask) in gnu_lookup_filtered() argument 278 size_t f = bloomwords[fofs & (hashtab[2]-1)]; in gnu_lookup_filtered()
|