Lines Matching refs:ex_client
320 auth_domain_put(exp->ex_client); in svc_export_put()
334 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request()
529 exp.ex_client = dom; in svc_export_parse()
643 seq_escape(m, exp->ex_client->name, " \t\n\\"); in svc_export_show()
667 return orig->ex_client == new->ex_client && in svc_export_match()
677 kref_get(&item->ex_client->ref); in svc_export_init()
678 new->ex_client = item->ex_client; in svc_export_init()
742 hash = hash_ptr(exp->ex_client, EXPORT_HASHBITS); in svc_export_hash()
862 key.ex_client = clp; in exp_get_by_name()
947 ek = exp_get_fsid_key(exp->ex_client, exp->ex_fsid); in exp_fsid_unhash()
984 ek = exp_get_key(exp->ex_client, inode->i_sb->s_dev, inode->i_ino); in exp_unhash()
1007 !exp_verify_string(nxp->ex_client, NFSCLNT_IDMAX)) in exp_export()
1011 nxp->ex_client, nxp->ex_path, in exp_export()
1019 if (!(clp = auth_domain_find(nxp->ex_client))) in exp_export()
1066 new.ex_client = clp; in exp_export()
1128 !exp_verify_string(nxp->ex_client, NFSCLNT_IDMAX)) in exp_unexport()
1134 dom = auth_domain_find(nxp->ex_client); in exp_unexport()
1136 dprintk("nfsd: unexport couldn't find %s\n", nxp->ex_client); in exp_unexport()
1232 if (exp->ex_client == rqstp->rq_gssclient) in check_nfsd_access()