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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4xdr.c1722 struct svc_fh tempfh; local
1765 fh_init(&tempfh, NFS4_FHSIZE);
1766 status = fh_compose(&tempfh, exp, dentry, NULL);
1769 fhp = &tempfh;
2143 if (fhp == &tempfh)
2144 fh_put(&tempfh);

Completed in 118 milliseconds