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

/linux-master/fs/nfsd/
H A Dnfs4xdr.c3495 struct svc_fh *tempfh = NULL; local
3565 tempfh = kmalloc(sizeof(struct svc_fh), GFP_KERNEL);
3567 if (!tempfh)
3569 fh_init(tempfh, NFS4_FHSIZE);
3570 status = fh_compose(tempfh, exp, dentry, NULL);
3573 args.fhp = tempfh;
3637 if (tempfh) {
3638 fh_put(tempfh);
3639 kfree(tempfh);

Completed in 103 milliseconds