HomeSort by: relevance | last modified time | path
    Searched defs:dmu_object_info (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu.c 2196 dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi) function
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu.h 778 typedef struct dmu_object_info { struct
818 int dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi);
819 /* Like dmu_object_info, but faster if you have a held dnode in hand. */
821 /* Like dmu_object_info, but faster if you have a held dbuf in hand. */

Completed in 26 milliseconds