Searched refs:extent_count (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.c3002 KERNEL_DEBUG_CONSTANT(DBG_JOURNAL_TRIM_REALLOC | DBG_FUNC_START, trim, 0, trim->allocated_count, trim->extent_count, 0);
3012 trim->extent_count = 0;
3031 KERNEL_DEBUG_CONSTANT(DBG_JOURNAL_TRIM_REALLOC | DBG_FUNC_END, 0, 0, new_allocated_count, trim->extent_count, 0);
3058 uint32_t upper = trim->extent_count; /* Highest index to search + 1 */
3123 KERNEL_DEBUG_CONSTANT(DBG_JOURNAL_TRIM_ADD | DBG_FUNC_START, jnl, offset, length, tr->trim.extent_count, 0);
3142 while (insert_index < tr->trim.extent_count && extent->offset + extent->length < offset) {
3147 while (insert_index + replace_count < tr->trim.extent_count && extent->offset <= end) {
3158 if (tr->trim.extent_count == tr->trim.allocated_count) {
3162 KERNEL_DEBUG_CONSTANT(DBG_JOURNAL_TRIM_ADD | DBG_FUNC_END, ENOMEM, 0, 0, tr->trim.extent_count, 0);
3168 if (insert_index < tr->trim.extent_count) {
[all...]
H A Dvfs_journal.h81 uint32_t extent_count; member in struct:jnl_trim_list
85 typedef void (*jnl_trim_callback_t)(void *arg, uint32_t extent_count, const dk_extent_t *extents);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c460 count = trim->extent_count;
580 int extent_no = list->extent_count;
587 list->extent_count++;
588 if (list->extent_count == list->allocated_count) {
613 if (list->extent_count > 0) {
616 unmap.extentsCount = list->extent_count;
622 list->extent_count = 0;
693 ; extent_count - The number of extents freed in the transaction.
698 hfs_trim_callback(void *arg, uint32_t extent_count, const dk_extent_t *extents) argument
705 KERNEL_DEBUG_CONSTANT(HFSDBG_UNMAP_CALLBACK | DBG_FUNC_START, 0, extent_count,
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h815 extern void hfs_trim_callback(void *arg, uint32_t extent_count, const dk_extent_t *extents);

Completed in 86 milliseconds