Searched defs:alloc_handle (Results 1 – 1 of 1) sorted by relevance
507 struct alloc_handle { struct508 struct cmd_context *cmd;509 struct dm_pool *mem;511 alloc_policy_t alloc; /* Overall policy */512 uint32_t area_count; /* Number of parallel areas */536 static struct alloc_handle *_alloc_init(struct cmd_context *cmd, in _alloc_init() argument