Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dnfsproc.c284 svc_fh *newfhp = &resp->fh; in nfsd_proc_create() local
320 fh_init(newfhp, NFS_FHSIZE); in nfsd_proc_create()
321 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
333 if (!newfhp->fh_dentry) { in nfsd_proc_create()
340 inode = d_inode(newfhp->fh_dentry); in nfsd_proc_create()
367 newfhp->fh_export, in nfsd_proc_create()
368 newfhp->fh_dentry, in nfsd_proc_create()
415 rdev, newfhp); in nfsd_proc_create()
425 resp->status = nfsd_setattr(rqstp, newfhp, &attrs, in nfsd_proc_create()
H A Dnfs3proc.c381 svc_fh *dirfhp, *newfhp; in nfsd3_proc_create() local
389 newfhp = fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_create()
391 resp->status = nfsd3_create_file(rqstp, dirfhp, newfhp, argp); in nfsd3_proc_create()