Home
last modified time | relevance | path

Searched refs:oldxasize (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/filesystems/btrfs/
H A Dtreefuncs.c1340 ULONG oldxasize; in handle_batch_collision() local
1347 oldxasize = sizeof(DIR_ITEM) - 1 + xa->m + xa->n; in handle_batch_collision()
1354 if (td->size + bi->datalen - oldxasize > maxlen) in handle_batch_collision()
1355 …e over maximum size, truncating (%u + %u - %lu > %u)\n", td->size, bi->datalen, oldxasize, maxlen); in handle_batch_collision()
1357 … newdata = ExAllocatePoolWithTag(PagedPool, td->size + bi->datalen - oldxasize, ALLOC_TAG); in handle_batch_collision()
1364 if (pos + oldxasize < td->size) // copy after changed xattr in handle_batch_collision()
1365 …yMemory(newdata + pos + bi->datalen, td->data + pos + oldxasize, (ULONG)(td->size - pos - oldxasiz… in handle_batch_collision()
1375 bi->datalen = (uint16_t)min(td->size + bi->datalen - oldxasize, maxlen); in handle_batch_collision()
1383 if ((uint8_t*)xa - (uint8_t*)td->data + oldxasize >= size) { in handle_batch_collision()
1408 size -= oldxasize; in handle_batch_collision()