Searched refs:os_phys (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_objset.c116 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
[all...]
H A Ddsl_dataset.c1399 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);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_objset.h77 objset_phys_t *os_phys; member in struct:objset

Completed in 215 milliseconds