Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 12 of 12) sorted by relevance

/system/extras/ext4_utils/
Dindirect.c28 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 …]
Dallocate.c33 struct block_allocation *alloc = malloc(sizeof(struct block_allocation)); in create_allocation() local
133 void print_blocks(FILE* f, struct block_allocation *alloc, char separator) in print_blocks()
148 void append_region(struct block_allocation *alloc, in append_region()
241 void reduce_allocation(struct block_allocation *alloc, u32 len) in reduce_allocation()
455 struct block_allocation *alloc = create_allocation(); in allocate_blocks() local
466 int block_allocation_num_regions(struct block_allocation *alloc) in block_allocation_num_regions()
477 int block_allocation_len(struct block_allocation *alloc) in block_allocation_len()
489 u32 get_block(struct block_allocation *alloc, u32 block) in get_block()
502 u32 get_oob_block(struct block_allocation *alloc, u32 block) in get_oob_block()
517 void get_region(struct block_allocation *alloc, u32 *block, u32 *len) in get_region()
[all …]
Dextent.c29 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; in do_inode_allocate_extents() local
203 struct block_allocation *alloc; in inode_allocate_data_extents() local
228 struct block_allocation *alloc, *prealloc = base_fs_allocations, *prev_prealloc = NULL; in inode_allocate_file_extents() local
260 struct block_allocation *alloc; in inode_allocate_extents() local
Dcontents.c196 struct block_allocation* alloc = inode_allocate_file_extents(inode, len, filename); in make_file() local
/system/core/libion/tests/
Ddevice_test.cpp136 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/
Dallocator.h29 alloc_fn alloc; member
/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-oina.c45 OI_UINT8 alloc, in OI_CODEC_SBC_DecoderConfigureRaw()
/system/core/libutils/
DSharedBuffer.cpp28 SharedBuffer* SharedBuffer::alloc(size_t size) in alloc() function in android::SharedBuffer
/system/bt/stack/avrc/
Davrc_bld_ct.c425 BOOLEAN alloc = FALSE; in AVRC_BldCommand() local
Davrc_bld_tg.c880 BOOLEAN alloc = FALSE; in AVRC_BldResponse() local
/system/bt/hci/include/
Dbt_vendor_lib.h343 malloc_cb alloc; member
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h141 OI_UINT8 alloc; /**< The bit allocation method. Input parameter. */ member