Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2629 zfs_handle_t *guid1hdl, *guid2hdl; in created_before() local
2647 guid2hdl = zfs_open(hdl, buf, ZFS_TYPE_SNAPSHOT); in created_before()
2648 if (guid2hdl == NULL) { in created_before()
2654 create2 = zfs_prop_get_int(guid2hdl, ZFS_PROP_CREATETXG); in created_before()
2664 zfs_close(guid2hdl); in created_before()