Searched refs:rqst_len (Results 1 – 1 of 1) sorted by relevance
1281 uint_t rqst_len; 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()1319 if (p->id_len == (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()1337 kmem_free(rqst_c_str, rqst_len); in nfs_idmap_cache_s2i_lkup()