Searched refs:u64 (Results 1 – 13 of 13) sorted by relevance
/system/extras/ext4_utils/ |
D | extent.h | 23 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);
|
D | extent.c | 31 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()
|
D | ext4_utils.h | 75 #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);
|
D | ext4_utils.c | 222 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()
|
D | wipe.c | 35 u64 range[2]; in wipe_block_device()
|
D | ext2simg.c | 136 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()
|
D | contents.h | 38 u32 make_file(const char *filename, u64 len);
|
D | indirect.c | 436 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()
|
D | contents.c | 174 u32 make_file(const char *filename, u64 len) in make_file()
|
D | make_ext4fs.c | 493 info.len &= ~((u64)info.block_size - 1); in make_ext4fs_internal()
|
/system/core/gpttool/ |
D | gpttool.c | 33 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/ |
D | wipe_blkdev.c | 27 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/ |
D | sparse_defs.h | 23 #define __le64 u64 27 #define __be64 u64 31 #define __u64 u64 36 typedef unsigned long long u64; typedef
|