Searched refs:tempfh (Results 1 – 1 of 1) sorted by relevance
1777 struct svc_fh tempfh; in nfsd4_encode_fattr() local1820 fh_init(&tempfh, NFS4_FHSIZE); in nfsd4_encode_fattr()1821 status = fh_compose(&tempfh, exp, dentry, NULL); in nfsd4_encode_fattr()1824 fhp = &tempfh; in nfsd4_encode_fattr()2204 if (fhp == &tempfh) in nfsd4_encode_fattr()2205 fh_put(&tempfh); in nfsd4_encode_fattr()