Lines Matching refs:clp
803 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key() argument
809 if (!clp) in exp_find_key()
812 key.ek_client = clp; in exp_find_key()
826 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name() argument
832 if (!clp) in exp_get_by_name()
835 key.ex_client = clp; in exp_get_by_name()
852 exp_parent(struct cache_detail *cd, struct auth_domain *clp, struct path *path) in exp_parent() argument
855 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent()
861 exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent()
876 exp_rootfh(struct net *net, struct auth_domain *clp, char *name, in exp_rootfh() argument
896 name, path.dentry, clp->name, in exp_rootfh()
898 exp = exp_parent(cd, clp, &path); in exp_rootfh()
921 struct auth_domain *clp, int fsid_type, in exp_find() argument
926 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find()
930 exp = exp_get_by_name(cd, clp, &ek->ek_path, reqp); in exp_find()