Lines Matching refs:exp
871 struct svc_export *exp; in nfsd4_secinfo() local
881 &exp, &dentry); in nfsd4_secinfo()
886 exp_put(exp); in nfsd4_secinfo()
889 secinfo->si_exp = exp; in nfsd4_secinfo()
1190 nfsd4_layout_verify(struct svc_export *exp, unsigned int layout_type) in nfsd4_layout_verify() argument
1192 if (!exp->ex_layout_type) { in nfsd4_layout_verify()
1197 if (exp->ex_layout_type != layout_type) { in nfsd4_layout_verify()
1213 struct svc_export *exp; in nfsd4_getdeviceinfo() local
1229 exp = rqst_exp_find(rqstp, map->fsid_type, map->fsid); in nfsd4_getdeviceinfo()
1230 if (IS_ERR(exp)) { in nfsd4_getdeviceinfo()
1236 ops = nfsd4_layout_verify(exp, gdp->gd_layout_type); in nfsd4_getdeviceinfo()
1242 nfserr = ops->proc_getdeviceinfo(exp->ex_path.mnt->mnt_sb, gdp); in nfsd4_getdeviceinfo()
1246 exp_put(exp); in nfsd4_getdeviceinfo()