Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfs4xdr.c2245 struct svc_fh *tempfh = NULL; in nfsd4_encode_fattr() local
2292 tempfh = kmalloc(sizeof(struct svc_fh), GFP_KERNEL); in nfsd4_encode_fattr()
2294 if (!tempfh) in nfsd4_encode_fattr()
2296 fh_init(tempfh, NFS4_FHSIZE); in nfsd4_encode_fattr()
2297 status = fh_compose(tempfh, exp, dentry, NULL); in nfsd4_encode_fattr()
2300 fhp = tempfh; in nfsd4_encode_fattr()
2764 if (tempfh) { in nfsd4_encode_fattr()
2765 fh_put(tempfh); in nfsd4_encode_fattr()
2766 kfree(tempfh); in nfsd4_encode_fattr()