Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4xdr.c3948 struct svc_fh *tempfh = NULL; in nfsd4_encode_fattr4() local
4040 tempfh = kmalloc_obj(struct svc_fh); in nfsd4_encode_fattr4()
4042 if (!tempfh) in nfsd4_encode_fattr4()
4044 fh_init(tempfh, NFS4_FHSIZE); in nfsd4_encode_fattr4()
4045 status = fh_compose(tempfh, exp, dentry, NULL); in nfsd4_encode_fattr4()
4048 fhp = tempfh; in nfsd4_encode_fattr4()
4204 if (tempfh) { in nfsd4_encode_fattr4()
4205 fh_put(tempfh); in nfsd4_encode_fattr4()
4206 kfree(tempfh); in nfsd4_encode_fattr4()