Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2352 zfs_handle_t *guid1hdl, *guid2hdl; in created_before() local
2370 guid2hdl = zfs_open(hdl, buf, ZFS_TYPE_SNAPSHOT); in created_before()
2371 if (guid2hdl == NULL) { in created_before()
2377 create2 = zfs_prop_get_int(guid2hdl, ZFS_PROP_CREATETXG); in created_before()
2387 zfs_close(guid2hdl); in created_before()