Searched refs:allocated_count (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.h80 uint32_t allocated_count; member in struct:jnl_trim_list
H A Dvfs_journal.c3035 ; The allocated_count and extents fields of tr->trim are updated
3047 KERNEL_DEBUG_CONSTANT(DBG_JOURNAL_TRIM_REALLOC | DBG_FUNC_START, VM_KERNEL_ADDRPERM(trim), 0, trim->allocated_count, trim->extent_count, 0);
3049 new_allocated_count = trim->allocated_count + JOURNAL_DEFAULT_TRIM_EXTENTS;
3073 KERNEL_DEBUG_CONSTANT(DBG_JOURNAL_TRIM_REALLOC | DBG_FUNC_END, ENOMEM, 0, trim->allocated_count, 0, 0);
3081 trim->allocated_count * sizeof(dk_extent_t));
3083 trim->allocated_count * sizeof(dk_extent_t));
3086 trim->allocated_count = new_allocated_count;
3227 if (tr->trim.extent_count == tr->trim.allocated_count) {
3442 if (trim->extent_count == trim->allocated_count) {
3661 kfree(tr->trim.extents, tr->trim.allocated_count * sizeo
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c508 if (list->extent_count == list->allocated_count) {
560 bzero (list->extents, (list->allocated_count * sizeof(dk_extent_t)));
782 uint32_t allocated_count;
811 trimlist.allocated_count = alloc_count;
831 kfree (trimlist.extents, (trimlist.allocated_count * sizeof(dk_extent_t)));

Completed in 114 milliseconds