Searched refs:guid_to_name (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 64 static int guid_to_name(libzfs_handle_t *, const char *, 1552 if (guid_to_name(hdl, toname, toguid, B_FALSE, name) != 0) { in zfs_send_resume() 1572 if (guid_to_name(hdl, toname, fromguid, B_TRUE, name) != 0) { in zfs_send_resume() 2231 guid_to_name(libzfs_handle_t *hdl, const char *parent, uint64_t guid, in guid_to_name() function 3102 if (guid_to_name(hdl, zc.zc_value, in zfs_receive_one() 3140 if (guid_to_name(hdl, zc.zc_name, parent_snapguid, in zfs_receive_one() 3167 if (guid_to_name(hdl, zc.zc_name, drrb->drr_fromguid, in zfs_receive_one()
|