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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_objset.c 116 return (os->os_phys->os_type);
345 os->os_phys = os->os_phys_buf->b_data;
346 os->os_flags = os->os_phys->os_flags;
352 os->os_phys = os->os_phys_buf->b_data;
353 bzero(os->os_phys, size);
446 os->os_zil_header = os->os_phys->os_zil_header;
464 dnode_special_open(os, &os->os_phys->os_meta_dnode,
467 dnode_special_open(os, &os->os_phys->os_userused_dnode,
469 dnode_special_open(os, &os->os_phys->os_groupused_dnode,
547 } else if (type != DMU_OST_ANY && type != (*osp)->os_phys->os_type)
    [all...]
dsl_dataset.c 1399 bcmp(&os->os_phys->os_zil_header, &zero_zil,
2095 return (bcmp(&os->os_phys->os_meta_dnode,
2096 &os_snap->os_phys->os_meta_dnode,
2097 sizeof (os->os_phys->os_meta_dnode)) != 0);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu_objset.h 77 objset_phys_t *os_phys; member in struct:objset

Completed in 24 milliseconds