Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dnfs4xdr.c1777 struct svc_fh tempfh; in nfsd4_encode_fattr() local
1820 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()