Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfsd/
Dnfsproc.c267 svc_fh *newfhp = &resp->fh; in nfsd_proc_create() local
300 fh_init(newfhp, NFS_FHSIZE); in nfsd_proc_create()
301 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
313 if (!newfhp->fh_dentry) { in nfsd_proc_create()
320 inode = d_inode(newfhp->fh_dentry); in nfsd_proc_create()
346 newfhp->fh_export, in nfsd_proc_create()
347 newfhp->fh_dentry, in nfsd_proc_create()
395 newfhp); in nfsd_proc_create()
405 resp->status = nfsd_setattr(rqstp, newfhp, attr, 0, in nfsd_proc_create()
Dnfs3proc.c228 svc_fh *dirfhp, *newfhp = NULL; in nfsd3_proc_create() local
237 newfhp = fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_create()
251 attr, newfhp, argp->createmode, in nfsd3_proc_create()