Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1283 char *rqst_c_str; in nfs_idmap_cache_s2i_lkup() local
1287 if ((rqst_c_str = utf8_to_str(u8s, &rqst_len, NULL)) == NULL) { in nfs_idmap_cache_s2i_lkup()
1297 *hashno = pkp_tab_hash(rqst_c_str, rqst_len - 1); in nfs_idmap_cache_s2i_lkup()
1323 if (bcmp(p->id_val, rqst_c_str, (rqst_len - 1)) == 0) { in nfs_idmap_cache_s2i_lkup()
1339 if (rqst_c_str != NULL) in nfs_idmap_cache_s2i_lkup()
1340 kmem_free(rqst_c_str, rqst_len); in nfs_idmap_cache_s2i_lkup()