Searched defs:block_list (Results 1 – 1 of 1) sorted by relevance
/system/extras/ext4_utils/ |
D | ext4fixup.c | 357 static int get_direct_blocks(struct ext4_inode *inode, unsigned long long *block_list, in get_direct_blocks() 380 unsigned long long *block_list, unsigned int *count) in get_indirect_blocks() 406 static int get_block_list_indirect(int fd, struct ext4_inode *inode, unsigned long long *block_list) in get_block_list_indirect() 417 static int get_extent_ents(struct ext4_extent_header *ext_hdr, unsigned long long *block_list) in get_extent_ents() 443 …atic int get_extent_idx(int fd, struct ext4_extent_header *ext_hdr, unsigned long long *block_list) in get_extent_idx() 476 static int get_block_list_extents(int fd, struct ext4_inode *inode, unsigned long long *block_list) in get_block_list_extents() 527 unsigned long long *block_list; in recurse_dir() local
|