Searched defs:block_list (Results 1 – 1 of 1) sorted by relevance
/system/extras/ext4_utils/ |
D | ext4fixup.c | 352 static int get_direct_blocks(struct ext4_inode *inode, unsigned long long *block_list, in get_direct_blocks() 375 unsigned long long *block_list, unsigned int *count) in get_indirect_blocks() 401 static int get_block_list_indirect(int fd, struct ext4_inode *inode, unsigned long long *block_list) in get_block_list_indirect() 412 static int get_extent_ents(struct ext4_extent_header *ext_hdr, unsigned long long *block_list) in get_extent_ents() 438 …atic int get_extent_idx(int fd, struct ext4_extent_header *ext_hdr, unsigned long long *block_list) in get_extent_idx() 471 static int get_block_list_extents(int fd, struct ext4_inode *inode, unsigned long long *block_list) in get_block_list_extents() 522 unsigned long long *block_list; in recurse_dir() local
|