Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dindirect.c30 static u8 *create_backing(struct block_allocation *alloc, in create_backing()
57 static void reserve_indirect_block(struct block_allocation *alloc, int len) in reserve_indirect_block()
70 static void reserve_dindirect_block(struct block_allocation *alloc, int len) in reserve_dindirect_block()
87 static void reserve_tindirect_block(struct block_allocation *alloc, int len) in reserve_tindirect_block()
103 static void fill_indirect_block(u32 *ind_block, int len, struct block_allocation *alloc) in fill_indirect_block()
111 static void fill_dindirect_block(u32 *dind_block, int len, struct block_allocation *alloc) in fill_dindirect_block()
141 static void fill_tindirect_block(u32 *tind_block, int len, struct block_allocation *alloc) in fill_tindirect_block()
169 struct block_allocation *alloc, u32 *block_len) in inode_attach_direct_blocks()
192 struct block_allocation *alloc, u32 *block_len) in inode_attach_indirect_blocks()
224 struct block_allocation *alloc, u32 *block_len) in inode_attach_dindirect_blocks()
[all …]
Dallocate.c34 struct block_allocation *alloc = malloc(sizeof(struct block_allocation)); in create_allocation() local
134 void print_blocks(FILE* f, struct block_allocation *alloc, char separator) in print_blocks()
149 void append_region(struct block_allocation *alloc, in append_region()
258 void reduce_allocation(struct block_allocation *alloc, u32 len) in reduce_allocation()
473 struct block_allocation *alloc = create_allocation(); in allocate_blocks() local
484 int block_allocation_num_regions(struct block_allocation *alloc) in block_allocation_num_regions()
495 int block_allocation_len(struct block_allocation *alloc) in block_allocation_len()
507 u32 get_block(struct block_allocation *alloc, u32 block) in get_block()
520 u32 get_oob_block(struct block_allocation *alloc, u32 block) in get_oob_block()
535 void get_region(struct block_allocation *alloc, u32 *block, u32 *len) in get_region()
[all …]
Dextent.c30 static u8 *extent_create_backing(struct block_allocation *alloc, in extent_create_backing()
56 static void extent_create_backing_file(struct block_allocation *alloc, in extent_create_backing_file()
79 struct block_allocation *alloc; in do_inode_allocate_extents() local
204 struct block_allocation *alloc; in inode_allocate_data_extents() local
229 struct block_allocation *alloc, *prealloc = base_fs_allocations, *prev_prealloc = NULL; in inode_allocate_file_extents() local
261 struct block_allocation *alloc; in inode_allocate_extents() local
Dcontents.c197 struct block_allocation* alloc = inode_allocate_file_extents(inode, len, filename); in make_file() local
/system/bt/osi/include/
Dallocator.h29 alloc_fn alloc; member
/system/chre/apps/chqts/src/shared/
Ddumb_allocator.h76 void *alloc(size_t bytes) { in alloc() function
Ddumb_allocator.cc36 void *DumbAllocatorBase::alloc(size_t bytes) { in alloc() function in nanoapp_testing::DumbAllocatorBase
/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-oina.c40 uint8_t mode, uint8_t subbands, uint8_t blocks, uint8_t alloc, in OI_CODEC_SBC_DecoderConfigureRaw()
/system/core/libutils/
DSharedBuffer.cpp30 SharedBuffer* SharedBuffer::alloc(size_t size) in alloc() function in android::SharedBuffer
/system/core/libunwindstack/
DElfInterface.cpp61 ISzAlloc alloc; in CreateGnuDebugdataMemory() local
/system/core/logd/
DLogStatistics.h497 std::string* alloc; member
545 if (alloc) delete alloc; in ~TagNameKey() local
/system/bt/hci/include/
Dbt_vendor_lib.h348 malloc_cb alloc; member
/system/extras/simpleperf/
Dutils.cpp206 ISzAlloc alloc; in XzDecompress() local
/system/bt/stack/avrc/
Davrc_bld_ct.cc564 bool alloc = false; in AVRC_BldCommand() local
Davrc_bld_tg.cc1372 bool alloc = false; in AVRC_BldResponse() local
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h176 uint8_t alloc; /**< The bit allocation method. Input parameter. */ member
/system/nfc/src/nfa/include/
Dnfa_snep_api.h194 tNFA_SNEP_ALLOC alloc; /* NFA_SNEP_ALLOC_BUFF_EVT */ member
/system/core/liblog/
Devent_tag_map.cpp46 const std::string* alloc; // HAS-AN member in MapString