Lines Matching defs:object
90 dprintf("object=%llu offset=%llx size=%llx\n",
254 * now contains the object number but is maintained for backwards
353 space_map_open(space_map_t **smp, objset_t *os, uint64_t object,
361 ASSERT(object != 0);
370 sm->sm_object = object;
413 * free and re-allocate its object with the updated sizes.
415 * Otherwise, just truncate the current object.
465 uint64_t object;
476 object = dmu_object_alloc(os,
480 return (object);