Searched refs:tempfh (Results 1 – 1 of 1) sorted by relevance
2834 struct svc_fh *tempfh = NULL; in nfsd4_encode_fattr() local2880 tempfh = kmalloc(sizeof(struct svc_fh), GFP_KERNEL); in nfsd4_encode_fattr()2882 if (!tempfh) in nfsd4_encode_fattr()2884 fh_init(tempfh, NFS4_FHSIZE); in nfsd4_encode_fattr()2885 status = fh_compose(tempfh, exp, dentry, NULL); in nfsd4_encode_fattr()2888 fhp = tempfh; in nfsd4_encode_fattr()3352 if (tempfh) { in nfsd4_encode_fattr()3353 fh_put(tempfh); in nfsd4_encode_fattr()3354 kfree(tempfh); in nfsd4_encode_fattr()