Searched refs:allocation_blob (Results 1 – 2 of 2) sorted by relevance
53 struct allocation_blob *blob = desc->blobs; in drop_all_allocations()61 struct allocation_blob *next = blob->next; in drop_all_allocations()77 struct allocation_blob *blob = desc->blobs; in allocate()103 struct allocation_blob *newblob = blob_alloc(chunking); in allocate()112 offset = offsetof(struct allocation_blob, data); in allocate()115 blob->offset = offset - offsetof(struct allocation_blob, data); in allocate()
6 struct allocation_blob { struct7 struct allocation_blob *next; argument14 struct allocation_blob *blobs; argument