Searched refs:guid_to_name (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 62 static int guid_to_name(libzfs_handle_t *, const char *, 1550 if (guid_to_name(hdl, toname, toguid, B_FALSE, name) != 0) { in zfs_send_resume() 1570 if (guid_to_name(hdl, toname, fromguid, B_TRUE, name) != 0) { in zfs_send_resume() 2229 guid_to_name(libzfs_handle_t *hdl, const char *parent, uint64_t guid, in guid_to_name() function 3092 if (guid_to_name(hdl, zc.zc_value, in zfs_receive_one() 3130 if (guid_to_name(hdl, zc.zc_name, parent_snapguid, in zfs_receive_one() 3157 if (guid_to_name(hdl, zc.zc_name, drrb->drr_fromguid, in zfs_receive_one()
|