Lines Matching refs:exp
867 struct svc_export *exp; in nfsd4_secinfo() local
877 &exp, &dentry); in nfsd4_secinfo()
882 exp_put(exp); in nfsd4_secinfo()
885 secinfo->si_exp = exp; in nfsd4_secinfo()
1179 nfsd4_layout_verify(struct svc_export *exp, unsigned int layout_type) in nfsd4_layout_verify() argument
1181 if (!exp->ex_layout_type) { in nfsd4_layout_verify()
1186 if (exp->ex_layout_type != layout_type) { in nfsd4_layout_verify()
1202 struct svc_export *exp; in nfsd4_getdeviceinfo() local
1218 exp = rqst_exp_find(rqstp, map->fsid_type, map->fsid); in nfsd4_getdeviceinfo()
1219 if (IS_ERR(exp)) { in nfsd4_getdeviceinfo()
1225 ops = nfsd4_layout_verify(exp, gdp->gd_layout_type); in nfsd4_getdeviceinfo()
1231 nfserr = ops->proc_getdeviceinfo(exp->ex_path.mnt->mnt_sb, gdp); in nfsd4_getdeviceinfo()
1235 exp_put(exp); in nfsd4_getdeviceinfo()