Lines Matching full:allocated
233 * set to the allocated object handle.
246 * zpool_free() - Free previously allocated memory
247 * @zpool: The zpool that allocated the memory.
250 * This frees previously allocated memory. This does not guarantee
265 * zpool_obj_read_begin() - Start reading from a previously allocated handle.
266 * @zpool: The zpool that the handle was allocated from
270 * This starts a read operation of a previously allocated handle. The passed
285 * zpool_obj_read_end() - Finish reading from a previously allocated handle.
286 * @zpool: The zpool that the handle was allocated from
299 * zpool_obj_write() - Write to a previously allocated handle.
300 * @zpool: The zpool that the handle was allocated from