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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DHybridAllocator.c123 node->offset_next = NULL;
161 node->offset_next = NULL;
180 next = node->offset_next;
229 current = current->offset_next;
322 next = node->offset_next;
326 prev->offset_next = next;
402 if (node->offset_next) {
403 assert ((offset > node->offset) && (offset < node->offset_next->offset));
422 newnode->offset_next = next;
423 node->offset_next
[all...]
H A DVolumeAllocation.c3459 next = current->offset_next;
3506 if (nextnode != node->offset_next) {
4243 prev->offset_next = NULL;
4253 remover = node->offset_next;
4256 node->offset_next = NULL;
4259 if (node->offset_next == NULL) {
4272 remover = node->offset_next;
4276 node->offset_next = NULL;
4286 extent_node_t *next = remover->offset_next;
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DHybridAllocator.h42 struct extent_node *offset_next; member in struct:extent_node

Completed in 29 milliseconds