Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 13 of 13) sorted by relevance

/system/extras/ext4_utils/
Dextent.h23 void inode_allocate_extents(struct ext4_inode *inode, u64 len);
24 void inode_allocate_file_extents(struct ext4_inode *inode, u64 len,
26 u8 *inode_allocate_data_extents(struct ext4_inode *inode, u64 len,
27 u64 backing_len);
Dextent.c31 u64 backing_len) in extent_create_backing()
57 u64 backing_len, const char *filename) in extent_create_backing_file()
76 struct ext4_inode *inode, u64 len) in do_inode_allocate_extents()
83 u64 blocks; in do_inode_allocate_extents()
165 blocks = (u64)block_len * info.block_size / 512; in do_inode_allocate_extents()
181 u8 *inode_allocate_data_extents(struct ext4_inode *inode, u64 len, in inode_allocate_data_extents()
182 u64 backing_len) in inode_allocate_data_extents()
206 void inode_allocate_file_extents(struct ext4_inode *inode, u64 len, in inode_allocate_file_extents()
223 void inode_allocate_extents(struct ext4_inode *inode, u64 len) in inode_allocate_extents()
Dext4_utils.h75 #define __le64 u64
79 #define __be64 u64
83 #define __u64 u64
94 typedef unsigned long long u64; typedef
143 u64 len_blocks;
177 u64 get_file_size(int fd);
178 u64 parse_num(const char *arg);
Dext4_utils.c222 u64 group_start_block = aux_info.first_data_block + i * in ext4_fill_in_sb()
285 aux_info.len_blocks = ((u64)sb->s_blocks_count_hi << 32) + in ext4_parse_sb()
287 info.len = (u64)info.block_size * aux_info.len_blocks; in ext4_parse_sb()
311 u64 group_start_block = aux_info.first_data_block + i * in ext4_create_resize_inode()
391 static u64 get_block_device_size(int fd) in get_block_device_size()
393 u64 size = 0; in get_block_device_size()
411 u64 get_file_size(int fd) in get_file_size()
415 u64 reserve_len = 0; in get_file_size()
440 u64 parse_num(const char *arg) in parse_num()
443 u64 num = strtoull(arg, &endptr, 10); in parse_num()
Dwipe.c35 u64 range[2]; in wipe_block_device()
Dext2simg.c136 ret = lseek64(fd, (u64)info.block_size * aux_info.bg_desc[i].bg_block_bitmap, in build_sparse_ext()
155 (u64)info.block_size * start_block, in build_sparse_ext()
169 (u64)info.block_size * start_block, in build_sparse_ext()
Dcontents.h38 u32 make_file(const char *filename, u64 len);
Dindirect.c436 u64 blocks; in inode_attach_resize()
437 u64 size; in inode_attach_resize()
476 blocks = ((u64)block_len + 1) * info.block_size / 512; in inode_attach_resize()
477 size = (u64)last_block * info.block_size; in inode_attach_resize()
Dcontents.c174 u32 make_file(const char *filename, u64 len) in make_file()
Dmake_ext4fs.c493 info.len &= ~((u64)info.block_size - 1); in make_ext4fs_internal()
/system/core/gpttool/
Dgpttool.c33 typedef unsigned long long u64; typedef
55 u64 header_lba;
56 u64 backup_lba;
57 u64 first_lba;
58 u64 last_lba;
62 u64 entries_lba;
72 u64 first_lba;
73 u64 last_lba;
74 u64 attr;
118 int add_ptn(struct ptable *ptbl, u64 first, u64 last, const char *name) in add_ptn()
[all …]
/system/extras/tests/storage/
Dwipe_blkdev.c27 typedef unsigned long long u64; typedef
37 static u64 get_block_device_size(int fd) in get_block_device_size()
39 u64 size = 0; in get_block_device_size()
50 static int wipe_block_device(int fd, u64 len, int secure) in wipe_block_device()
52 u64 range[2]; in wipe_block_device()
84 u64 len; in main()
/system/core/libsparse/
Dsparse_defs.h23 #define __le64 u64
27 #define __be64 u64
31 #define __u64 u64
36 typedef unsigned long long u64; typedef