Searched refs:tmp_fh (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4proc.c473 struct svc_fh tmp_fh; local
476 fh_init(&tmp_fh, NFS4_FHSIZE);
477 if((ret = exp_pseudoroot(rqstp->rq_client, &tmp_fh,
480 if (tmp_fh.fh_dentry == cstate->current_fh.fh_dentry) {
481 fh_put(&tmp_fh);
484 fh_put(&tmp_fh);
H A Dnfs4xdr.c1272 struct svc_fh tmp_fh; local
1275 fh_init(&tmp_fh, NFS4_FHSIZE);
1276 *stat = exp_pseudoroot(rqstp->rq_client, &tmp_fh, &rqstp->rq_chandle);
1279 rootpath = tmp_fh.fh_export->ex_path;

Completed in 80 milliseconds