Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfsd/
Dnfs4xdr.c3516 struct svc_fh *tempfh = NULL; in nfsd4_encode_fattr4() local
3589 tempfh = kmalloc(sizeof(struct svc_fh), GFP_KERNEL); in nfsd4_encode_fattr4()
3591 if (!tempfh) in nfsd4_encode_fattr4()
3593 fh_init(tempfh, NFS4_FHSIZE); in nfsd4_encode_fattr4()
3594 status = fh_compose(tempfh, exp, dentry, NULL); in nfsd4_encode_fattr4()
3597 args.fhp = tempfh; in nfsd4_encode_fattr4()
3660 if (tempfh) { in nfsd4_encode_fattr4()
3661 fh_put(tempfh); in nfsd4_encode_fattr4()
3662 kfree(tempfh); in nfsd4_encode_fattr4()