Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3033 idmap_get_handle_t *get_hdl = NULL; in idmap_id_to_numeric_domain_rid() local
3037 if (idmap_get_create(&get_hdl) != IDMAP_SUCCESS) in idmap_id_to_numeric_domain_rid()
3041 err = idmap_get_sidbyuid(get_hdl, id, in idmap_id_to_numeric_domain_rid()
3044 err = idmap_get_sidbygid(get_hdl, id, in idmap_id_to_numeric_domain_rid()
3048 idmap_get_mappings(get_hdl) == IDMAP_SUCCESS && in idmap_id_to_numeric_domain_rid()
3054 if (get_hdl) in idmap_id_to_numeric_domain_rid()
3055 idmap_get_destroy(get_hdl); in idmap_id_to_numeric_domain_rid()