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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu_objset.h 54 #define OBJSET_OLD_PHYS_SIZE 1024
57 (arc_buf_size(buf) > OBJSET_OLD_PHYS_SIZE)
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_objset.c 287 ASSERT(size == OBJSET_OLD_PHYS_SIZE || size == sizeof (objset_phys_t));
349 sizeof (objset_phys_t) : OBJSET_OLD_PHYS_SIZE;

Completed in 45 milliseconds