fh_export          37 fs/nfsd/lockd.c 	fh.fh_export = NULL;
fh_export         527 fs/nfsd/nfs3proc.c 	if (resp->fh.fh_export->ex_flags & NFSEXP_NOREADDIRPLUS)
fh_export         154 fs/nfsd/nfs3xdr.c 		p = xdr_encode_hyper(p, (u64) fhp->fh_export->ex_fsid);
fh_export         157 fs/nfsd/nfs3xdr.c 		f = ((u64*)fhp->fh_export->ex_uuid)[0];
fh_export         158 fs/nfsd/nfs3xdr.c 		f ^= ((u64*)fhp->fh_export->ex_uuid)[1];
fh_export         855 fs/nfsd/nfs3xdr.c 	exp  = cd->fh.fh_export;
fh_export          71 fs/nfsd/nfs4layouts.c 	if (fhp->fh_export->ex_devid_map)
fh_export          82 fs/nfsd/nfs4layouts.c 			fhp->fh_export->ex_devid_map = old;
fh_export          89 fs/nfsd/nfs4layouts.c 	fhp->fh_export->ex_devid_map = map;
fh_export         115 fs/nfsd/nfs4layouts.c 	if (!fhp->fh_export->ex_devid_map) {
fh_export         117 fs/nfsd/nfs4layouts.c 		if (!fhp->fh_export->ex_devid_map)
fh_export         121 fs/nfsd/nfs4layouts.c 	id->fsid_idx = fhp->fh_export->ex_devid_map->idx;
fh_export         100 fs/nfsd/nfs4proc.c 	struct svc_export *exp = cstate->current_fh.fh_export;
fh_export         170 fs/nfsd/nfs4proc.c 	if (src->fh_export)
fh_export         171 fs/nfsd/nfs4proc.c 		exp_get(src->fh_export);
fh_export         921 fs/nfsd/nfs4proc.c 	u->secinfo_no_name.sin_exp = exp_get(cstate->current_fh.fh_export);
fh_export        1081 fs/nfsd/nfs4proc.c 			EX_ISSYNC(cstate->current_fh.fh_export));
fh_export        1480 fs/nfsd/nfs4proc.c 				    cstate->current_fh.fh_export,
fh_export        1627 fs/nfsd/nfs4proc.c 	ops = nfsd4_layout_verify(current_fh->fh_export, lgp->lg_layout_type);
fh_export        1701 fs/nfsd/nfs4proc.c 	ops = nfsd4_layout_verify(current_fh->fh_export, lcp->lc_layout_type);
fh_export        1760 fs/nfsd/nfs4proc.c 	if (!nfsd4_layout_verify(current_fh->fh_export, lrp->lr_layout_type))
fh_export        1984 fs/nfsd/nfs4proc.c 		} else if (current_fh->fh_export->ex_fslocs.migrated &&
fh_export        2029 fs/nfsd/nfs4proc.c 				op->status = check_nfsd_access(current_fh->fh_export, rqstp);
fh_export        4581 fs/nfsd/nfs4state.c 	    (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) {
fh_export        5590 fs/nfsd/nfs4state.c 		status = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry,
fh_export        2989 fs/nfsd/nfs4xdr.c 	struct svc_export *exp = cd->rd_fhp->fh_export;
fh_export        3241 fs/nfsd/nfs4xdr.c 	return nfsd4_encode_fattr(xdr, fhp, fhp->fh_export, fhp->fh_dentry,
fh_export         286 fs/nfsd/nfsfh.c 	fhp->fh_export = exp;
fh_export         335 fs/nfsd/nfsfh.c 	exp = fhp->fh_export;
fh_export         480 fs/nfsd/nfsfh.c 	if (ref_fh && ref_fh->fh_export == exp) {
fh_export         568 fs/nfsd/nfsfh.c 	fhp->fh_export = exp_get(exp);
fh_export         620 fs/nfsd/nfsfh.c 		_fh_update_old(dentry, fhp->fh_export, &fhp->fh_handle);
fh_export         625 fs/nfsd/nfsfh.c 		_fh_update(fhp, fhp->fh_export, dentry);
fh_export         646 fs/nfsd/nfsfh.c 	struct svc_export * exp = fhp->fh_export;
fh_export         656 fs/nfsd/nfsfh.c 		fhp->fh_export = NULL;
fh_export         688 fs/nfsd/nfsfh.c 		if (exp_sb(fhp->fh_export)->s_type->fs_flags & FS_REQUIRES_DEV)
fh_export         692 fs/nfsd/nfsfh.c 		if (fhp->fh_export->ex_flags & NFSEXP_FSID)
fh_export         701 fs/nfsd/nfsfh.c 	if (fhp->fh_export->ex_flags & NFSEXP_FSID)
fh_export         703 fs/nfsd/nfsfh.c 	if (fhp->fh_export->ex_uuid)
fh_export          34 fs/nfsd/nfsfh.h 	struct svc_export *	fh_export;	/* export pointer */
fh_export         280 fs/nfsd/nfsproc.c 	nfserr = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp);
fh_export         325 fs/nfsd/nfsproc.c 								 newfhp->fh_export,
fh_export         163 fs/nfsd/nfsxdr.c 		*p++ = htonl((u32) fhp->fh_export->ex_fsid);
fh_export         166 fs/nfsd/nfsxdr.c 		f = ((u32*)fhp->fh_export->ex_uuid)[0];
fh_export         167 fs/nfsd/nfsxdr.c 		f ^= ((u32*)fhp->fh_export->ex_uuid)[1];
fh_export         168 fs/nfsd/nfsxdr.c 		f ^= ((u32*)fhp->fh_export->ex_uuid)[2];
fh_export         169 fs/nfsd/nfsxdr.c 		f ^= ((u32*)fhp->fh_export->ex_uuid)[3];
fh_export         185 fs/nfsd/vfs.c  	exp = exp_get(fhp->fh_export);
fh_export         297 fs/nfsd/vfs.c  	if (!EX_ISSYNC(fhp->fh_export))
fh_export         341 fs/nfsd/vfs.c  		err = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry,
fh_export         644 fs/nfsd/vfs.c  	export = fhp->fh_export;
fh_export         717 fs/nfsd/vfs.c  	path.mnt = fhp->fh_export->ex_path.mnt;
fh_export         974 fs/nfsd/vfs.c  	exp = fhp->fh_export;
fh_export        1098 fs/nfsd/vfs.c  	if (EX_ISSYNC(fhp->fh_export)) {
fh_export        1179 fs/nfsd/vfs.c  	err = nfsd_permission(rqstp, fhp->fh_export, dentry, NFSD_MAY_CREATE);
fh_export        1292 fs/nfsd/vfs.c  	err = fh_compose(resfhp, fhp->fh_export, dchild, fhp);
fh_export        1357 fs/nfsd/vfs.c  	err = fh_compose(resfhp, fhp->fh_export, dchild, fhp);
fh_export        1487 fs/nfsd/vfs.c  	path.mnt = fhp->fh_export->ex_path.mnt;
fh_export        1551 fs/nfsd/vfs.c  	cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp);
fh_export        1721 fs/nfsd/vfs.c  	if (ffhp->fh_export->ex_path.mnt != tfhp->fh_export->ex_path.mnt)
fh_export        1723 fs/nfsd/vfs.c  	if (ffhp->fh_export->ex_path.dentry != tfhp->fh_export->ex_path.dentry)
fh_export        1996 fs/nfsd/vfs.c  			.mnt	= fhp->fh_export->ex_path.mnt,
fh_export         127 fs/nfsd/vfs.h  	ret = mnt_want_write(fh->fh_export->ex_path.mnt);
fh_export         137 fs/nfsd/vfs.h  		mnt_drop_write(fh->fh_export->ex_path.mnt);
fh_export         143 fs/nfsd/vfs.h  	struct path p = {.mnt = fh->fh_export->ex_path.mnt,