Home
last modified time | relevance | path

Searched refs:osp (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/libfsimage/zfs/
A Dfsys_zfs.h82 #define VERIFY_OS_TYPE(osp, type) \ argument
83 if (type && (osp)->os_type != type) { \
A Dfsys_zfs.c889 objset_phys_t *osp; in get_objset_mdn() local
981 osp = (objset_phys_t *)stack; in get_objset_mdn()
983 if ((errnum = zio_read(bp, osp, stack))) in get_objset_mdn()
986 grub_memmove((char *)mdn, (char *)&osp->os_meta_dnode, DNODE_SIZE); in get_objset_mdn()
1283 objset_phys_t *osp; in zfs_mount() local
1301 osp = (objset_phys_t *)stack; in zfs_mount()
1332 zio_read(&ubbest->ubp_uberblock.ub_rootbp, osp, stack) in zfs_mount()
1335 VERIFY_OS_TYPE(osp, DMU_OST_META); in zfs_mount()
1349 grub_memmove(MOS, &osp->os_meta_dnode, DNODE_SIZE); in zfs_mount()

Completed in 6 milliseconds