Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfsd/
Dnfsproc.c260 svc_fh *newfhp = &resp->fh; in nfsd_proc_create() local
293 fh_init(newfhp, NFS_FHSIZE); in nfsd_proc_create()
294 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
306 if (!newfhp->fh_dentry) { in nfsd_proc_create()
313 inode = d_inode(newfhp->fh_dentry); in nfsd_proc_create()
339 newfhp->fh_export, in nfsd_proc_create()
340 newfhp->fh_dentry, in nfsd_proc_create()
388 newfhp); in nfsd_proc_create()
398 resp->status = nfsd_setattr(rqstp, newfhp, attr, 0, in nfsd_proc_create()
Dnfs3proc.c212 svc_fh *dirfhp, *newfhp = NULL; in nfsd3_proc_create() local
221 newfhp = fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_create()
235 attr, newfhp, argp->createmode, in nfsd3_proc_create()