Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsproc.c288 svc_fh *dirfhp = &argp->fh; in nfsd_proc_create() local
301 resp->status = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_proc_create()
310 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
316 dchild = start_creating(&nop_mnt_idmap, dirfhp->fh_dentry, in nfsd_proc_create()
323 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
415 resp->status = nfsd_create_locked(rqstp, dirfhp, &attrs, type, in nfsd_proc_create()
436 fh_drop_write(dirfhp); in nfsd_proc_create()
438 fh_put(dirfhp); in nfsd_proc_create()
H A Dnfs3proc.c404 svc_fh *dirfhp, *newfhp; in nfsd3_proc_create() local
406 dirfhp = fh_copy(&resp->dirfh, &argp->fh); in nfsd3_proc_create()
409 resp->status = nfsd3_create_file(rqstp, dirfhp, newfhp, argp); in nfsd3_proc_create()