Searched refs:allocated (Results 26 - 40 of 40) sorted by relevance

12

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp713 \param _allocated tells you whether or not a new block has been allocated
789 bool allocated; local
791 fssh_status_t status = get_cached_block(cache, blockNumber, &allocated,
845 if (!(allocated && cleared) && block->original_data == NULL) {
1712 bool allocated; local
1715 fssh_status_t status = get_cached_block(cache, blockNumber, &allocated,
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h949 uint16 allocated:1, member in struct:partition_descriptor::partition_flags_accessor::__anon7
963 bool allocated() const { function in struct:partition_descriptor
966 return f.bits.allocated;
992 void set_allocated(bool allocated) { argument
995 f.bits.allocated = allocated;
1006 /*! Bit 0: If 0, shall mean volume space has not been allocated. If 1,
1007 shall mean volume space has been allocated.
H A DUdfStructures.cpp700 PRINT(("partition_flags.allocated: %s\n", allocated() ? "true" : "false"));
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c546 * @outs: on return contains the (allocated) output multibyte string
660 // We have allocated outs ourselves.
806 * @outs: on return contains the (allocated) output utf16 string
828 BOOL allocated; local
836 allocated = FALSE;
841 allocated = TRUE;
850 /* do not leave space allocated if failed */
851 if (allocated) {
885 * @outs: on return contains the (allocated) output multibyte string
896 * string buffer was allocated, *
[all...]
H A Dattrib.c212 * allocated size which happens with Windows XP sometimes.
873 * -1 = LCN_HOLE Hole / not allocated on disk.
1316 * bitmap in a cluster being allocated.
1319 ntfs_log_error("Corrupt $BitMap not fully allocated\n");
1686 long long allocated; local
1692 /* check whether the compression block is fully allocated */
1694 allocated = 0;
1697 while (zrl->length && (zrl->lcn >= 0) && (allocated < endblock)) {
1698 allocated += zrl->length;
1703 undecided = (allocated < endbloc
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp299 "allocated, start = %u, numBlocks = %u\n", start, numBlocks));
373 Doesn't check if the run is valid or already allocated partially, nor
442 Doesn't check if the run is valid or was not completely allocated, nor
729 The number of allocated blocks is always a multiple of \a minimum which
969 // Are there already allocated blocks? (then just try to allocate near the
1049 DEBUGGER(("CheckBlockRun() reports allocated blocks (which were just "
1248 /*! Checks whether or not the specified block range is allocated or not,
1249 depending on the \a allocated argument.
1252 BlockAllocator::CheckBlocks(off_t start, off_t length, bool allocated,
1274 if (cached.IsUsed(blockOffset) != allocated) {
[all...]
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.cpp283 DEFINE_DEBUG_INFO_ENTRY_ATTR_SETTER(allocated)
H A DAttributeClasses.cpp107 { ENTRY(allocated), AC_BLOCK | AC_CONSTANT | AC_REFERENCE },
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp655 kprintf("allocated data headers: %7" B_PRId32 " / %7" B_PRId32 ", peak %7"
658 kprintf("allocated net buffers: %7" B_PRId32 " / %7" B_PRId32 ", peak %7"
871 // TODO: If the free space is greater than what shall be allocated, we
874 // that pressing, since the only thing allocated ATM are data_nodes, and
914 uint8* allocated = alloc_data_header_space(buffer->allocation_header, size); local
915 if (allocated == NULL) {
928 allocated = alloc_data_header_space(buffer->allocation_header, size);
934 return allocated;
1459 /*! Writes into existing allocated memory.
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp246 ". Some were already allocated.\n", start, start + length);
623 TRACE("BlockAllocator::Initialize(): allocated allocation block groups\n");
732 off_t numBlocks, uint32 minimum, fsblock_t& start, uint32& allocated)
804 allocated);
731 Allocate(Transaction& transaction, Inode* inode, off_t numBlocks, uint32 minimum, fsblock_t& start, uint32& allocated) argument
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c213 Assumes the `allocated' (and perhaps `buffer') and `translate' fields
446 `fastmap' to an allocated space for the fastmap;
481 preg->allocated = 0;
638 /* Free dynamically allocated space used by PREG. */
648 preg->allocated = 0;
754 if (BE (preg->allocated < sizeof (re_dfa_t), 0))
756 /* If zero allocated, but buffer is non-null, try to realloc
763 preg->allocated = sizeof (re_dfa_t);
773 preg->allocated = 0;
793 preg->allocated
[all...]
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp1898 \param _allocated tells you whether or not a new block has been allocated
1994 bool allocated; local
1996 status_t status = get_cached_block(cache, blockNumber, &allocated,
2069 if (!(allocated && cleared) && block->original_data == NULL) {
3665 bool allocated; local
3668 status_t status = get_cached_block(cache, blockNumber, &allocated, true,
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp357 // skip the allocated pages
426 " allocated by %" B_PRId32 ";"
458 " size: %" B_PRIuSIZE " bytes; allocated by %" B_PRId32 ";"
463 // skip the allocated pages
1008 heap_add_leak_check_info(addr_t address, size_t allocated, size_t size) argument
1011 heap_leak_check_info *info = (heap_leak_check_info *)(address + allocated
1093 // the page hasn't been fully allocated so use the next empty_index
1134 // (page aligned) page has to be allocated anyway.
1261 " size: %" B_PRIuSIZE " bytes; allocated by %" B_PRId32 ";"
1354 " size: %" B_PRIuSIZE " bytes; allocated b
[all...]
/haiku/src/system/kernel/
H A Dheap.cpp516 // skip the allocated pages
644 // skip the allocated pages
766 // skip the allocated pages
1399 heap_add_leak_check_info(heap_allocator *heap, addr_t address, size_t allocated, argument
1402 heap_leak_check_info *info = (heap_leak_check_info *)(address + allocated
1483 // the page hasn't been fully allocated so use the next empty_index
1544 // (page aligned) page has to be allocated anyway.
2072 "address or allocated address given in the second argument are printed.\n"
2272 TRACE(("heap: allocated area %ld for huge allocation of %lu bytes\n",
2375 // maybe it was allocated fro
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp67 kprintf("data start %" B_PRIu32 ", last allocated %" B_PRIu32 "\n",
73 vol->dlist.entries, vol->dlist.allocated, vol->dlist.vnid_list);
616 DPRINTF(0, ("last allocated cluster = %" B_PRIu32 "\n",
873 //cluster number of most recently allocated cluster
1122 dprintf("last allocated cluster = %lx\n", vol->last_allocated);

Completed in 169 milliseconds

12