Searched defs:alloc (Results 1 – 12 of 12) sorted by relevance
/system/extras/ext4_utils/ |
D | indirect.c | 28 static u8 *create_backing(struct block_allocation *alloc, in create_backing() 55 static void reserve_indirect_block(struct block_allocation *alloc, int len) in reserve_indirect_block() 68 static void reserve_dindirect_block(struct block_allocation *alloc, int len) in reserve_dindirect_block() 85 static void reserve_tindirect_block(struct block_allocation *alloc, int len) in reserve_tindirect_block() 101 static void fill_indirect_block(u32 *ind_block, int len, struct block_allocation *alloc) in fill_indirect_block() 109 static void fill_dindirect_block(u32 *dind_block, int len, struct block_allocation *alloc) in fill_dindirect_block() 139 static void fill_tindirect_block(u32 *tind_block, int len, struct block_allocation *alloc) in fill_tindirect_block() 167 struct block_allocation *alloc, u32 *block_len) in inode_attach_direct_blocks() 190 struct block_allocation *alloc, u32 *block_len) in inode_attach_indirect_blocks() 222 struct block_allocation *alloc, u32 *block_len) in inode_attach_dindirect_blocks() [all …]
|
D | extent.c | 29 static u8 *extent_create_backing(struct block_allocation *alloc, in extent_create_backing() 55 static void extent_create_backing_file(struct block_allocation *alloc, in extent_create_backing_file() 78 struct block_allocation *alloc = allocate_blocks(block_len + 1); in do_inode_allocate_extents() local 183 struct block_allocation *alloc; in inode_allocate_data_extents() local 208 struct block_allocation *alloc; in inode_allocate_file_extents() local 223 struct block_allocation *alloc; in inode_allocate_extents() local
|
D | allocate.c | 58 struct block_allocation *alloc = malloc(sizeof(struct block_allocation)); in create_allocation() local 144 void print_blocks(FILE* f, struct block_allocation *alloc) in print_blocks() 157 void append_region(struct block_allocation *alloc, in append_region() 257 void reduce_allocation(struct block_allocation *alloc, u32 len) in reduce_allocation() 453 struct block_allocation *alloc = create_allocation(); in allocate_blocks() local 462 int block_allocation_num_regions(struct block_allocation *alloc) in block_allocation_num_regions() 473 int block_allocation_len(struct block_allocation *alloc) in block_allocation_len() 485 u32 get_block(struct block_allocation *alloc, u32 block) in get_block() 498 u32 get_oob_block(struct block_allocation *alloc, u32 block) in get_oob_block() 513 void get_region(struct block_allocation *alloc, u32 *block, u32 *len) in get_region() [all …]
|
D | contents.c | 196 struct block_allocation* alloc = inode_allocate_file_extents(inode, len, filename); in make_file() local
|
/system/core/libion/tests/ |
D | device_test.cpp | 136 void *alloc = malloc(8192 + 1024); in TEST_F() local 170 void *alloc = malloc(8192 + 1024); in TEST_F() local 204 void *alloc = malloc(8192 + 1024); in TEST_F() local 236 void *alloc = malloc(8192 + 1024); in TEST_F() local 270 void *alloc = malloc(8192 + 1024); in TEST_F() local 304 void *alloc = malloc(8192 + 1024); in TEST_F() local 338 void *alloc = malloc(8192 + 1024); in TEST_F() local 372 void *alloc = malloc(8192 + 1024); in TEST_F() local 407 void *alloc = malloc(8192 + 1024); in TEST_F() local 441 void *alloc = malloc(8192 + 1024); in TEST_F() local [all …]
|
/system/bt/osi/include/ |
D | allocator.h | 28 alloc_fn alloc; member
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | decoder-oina.c | 45 OI_UINT8 alloc, in OI_CODEC_SBC_DecoderConfigureRaw()
|
/system/core/libutils/ |
D | SharedBuffer.cpp | 30 SharedBuffer* SharedBuffer::alloc(size_t size) in alloc() function in android::SharedBuffer
|
/system/bt/stack/avrc/ |
D | avrc_bld_ct.c | 195 BOOLEAN alloc = FALSE; in AVRC_BldCommand() local
|
D | avrc_bld_tg.c | 815 BOOLEAN alloc = FALSE; in AVRC_BldResponse() local
|
/system/bt/hci/include/ |
D | bt_vendor_lib.h | 312 malloc_cb alloc; member
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc.h | 141 OI_UINT8 alloc; /**< The bit allocation method. Input parameter. */ member
|