Lines Matching defs:object
86 * buffer, which we need later to get the object ID.
101 (void) fprintf(stderr, "invalid object '%s': must be full "
108 (void) fprintf(stderr, "invalid object; pathname too long\n");
160 * Convert from a (dataset, path) pair into a (objset, object) pair. Note that
161 * we grab the object number from the inode number, since looking this up via
211 * indicates that the whole object should be treated as an
243 * must translate the current (objset,object) pair into an
260 * Get the dnode associated with object, so we can calculate the block
276 "for object %llu\n",
305 "of object (%d)\n", level, dn->dn_nlevels - 1);
332 translate_record(err_type_t type, const char *object, const char *range,
344 ziprintf("translating: %s\n", object);
375 (void) strcpy(poolname, object);
382 if (parse_pathname(object, dataset, path, &statbuf) != 0)
389 * Convert (dataset, file) into (objset, object)
395 ziprintf("raw object: %llu\n", record->zi_object);
398 * For the given object, calculate the real (type, level, range)
404 ziprintf(" object: %llu\n", record->zi_object);
430 * A raw bookmark of the form objset:object:level:blkid, where each
437 "'objset:object:level:blkid'\n", str);