Searched refs:rqst_c_str (Results 1 – 1 of 1) sorted by relevance
1280 char *rqst_c_str; in nfs_idmap_cache_s2i_lkup() local1284 if ((rqst_c_str = utf8_to_str(u8s, &rqst_len, NULL)) == NULL) { in nfs_idmap_cache_s2i_lkup()1294 *hashno = pkp_tab_hash(rqst_c_str, rqst_len - 1); in nfs_idmap_cache_s2i_lkup()1320 if (bcmp(p->id_val, rqst_c_str, (rqst_len - 1)) == 0) { in nfs_idmap_cache_s2i_lkup()1336 if (rqst_c_str != NULL) in nfs_idmap_cache_s2i_lkup()1337 kmem_free(rqst_c_str, rqst_len); in nfs_idmap_cache_s2i_lkup()