Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsproc.c289 svc_fh *newfhp = &resp->fh; in nfsd_proc_create() local
322 fh_init(newfhp, NFS_FHSIZE); in nfsd_proc_create()
323 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
334 if (!newfhp->fh_dentry) { in nfsd_proc_create()
341 inode = d_inode(newfhp->fh_dentry); in nfsd_proc_create()
368 newfhp->fh_export, in nfsd_proc_create()
369 newfhp->fh_dentry, in nfsd_proc_create()
416 rdev, newfhp); in nfsd_proc_create()
429 resp->status = nfsd_setattr(rqstp, newfhp, &attrs, in nfsd_proc_create()
H A Dnfs3proc.c404 svc_fh *dirfhp, *newfhp; in nfsd3_proc_create() local
407 newfhp = fh_init(&resp->fh, NFS3_FHSIZE); in nfsd3_proc_create()
409 resp->status = nfsd3_create_file(rqstp, dirfhp, newfhp, argp); in nfsd3_proc_create()