Lines Matching defs:object
575 * Is it a valid type of object to track?
1053 * In particular, if object N is in the unlinked set in
1057 * object N" record to the intent log. Normally, this
1059 * written out the fact that object N is free, before
1060 * we could write the "create object N" intent log
1065 * disk. So we would see that object N is still
1269 * "rootpool-name/root-filesystem-object-number'. Convert this
1683 * For f_ffree, report the smaller of the number of object available
1684 * and the number of blocks (each object will take at least a block).
1915 uint64_t object = 0;
1948 object |= ((uint64_t)zfid->zf_object[i]) << (8 * i);
1959 (object == ZFSCTL_INO_ROOT || object == ZFSCTL_INO_SNAPDIR)) {
1962 if (object == ZFSCTL_INO_SNAPDIR) {
1974 dprintf("getting %llu [%u mask %llx]\n", object, fid_gen, gen_mask);
1975 if (err = zfs_zget(zfsvfs, object, &zp)) {