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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4xdr.c1407 struct svc_fh tempfh; local
1441 fh_init(&tempfh, NFS4_FHSIZE);
1442 status = fh_compose(&tempfh, exp, dentry, NULL);
1445 fhp = &tempfh;
1796 if (fhp == &tempfh)
1797 fh_put(&tempfh);

Completed in 67 milliseconds