Searched refs:get_block (Results 1 – 5 of 5) sorted by relevance
/external/qemu/distrib/ext4_utils/src/ |
D | indirect.c | 105 ind_block[i] = get_block(alloc, i); in fill_indirect_block() 173 inode->i_block[i] = get_block(alloc, i); in inode_attach_direct_blocks() 455 get_block(alloc, 0)); in inode_attach_resize() 462 dind_block_data[i] = get_block(alloc, r); in inode_attach_resize() 466 ind_block_data[r * aux_info.blocks_per_ind + j - 1] = get_block(alloc, b); in inode_attach_resize()
|
D | allocate.h | 35 u32 get_block(struct block_allocation *alloc, u32 block);
|
D | allocate.c | 484 u32 get_block(struct block_allocation *alloc, u32 block) in get_block() function
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2006-06-16-Indvar-LCSSA-Crash.ll | 3 define void @get_block() {
|
/external/dnsmasq/src/ |
D | tftp.c | 25 static ssize_t get_block(char *packet, struct tftp_transfer *transfer); 268 if ((len = get_block(packet, transfer)) == -1) in tftp_request() 437 if ((len = get_block(daemon->packet, transfer)) == -1) in check_tftp_listeners() 517 static ssize_t get_block(char *packet, struct tftp_transfer *transfer) in get_block() function
|