Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A Dnfsproc.c265 svc_fh *dirfhp = &argp->fh; in nfsd_proc_create() local
275 SVCFH_fmt(dirfhp), argp->len, argp->name); in nfsd_proc_create()
278 resp->status = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_proc_create()
287 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
293 fh_lock_nested(dirfhp, I_MUTEX_PARENT); in nfsd_proc_create()
294 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create()
300 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
392 resp->status = nfsd_create_locked(rqstp, dirfhp, argp->name, in nfsd_proc_create()
410 fh_unlock(dirfhp); in nfsd_proc_create()
411 fh_drop_write(dirfhp); in nfsd_proc_create()
[all …]
A Dnfs3proc.c227 svc_fh *dirfhp, *newfhp = NULL; in nfsd3_proc_create() local
235 dirfhp = fh_copy(&resp->dirfh, &argp->fh); in nfsd3_proc_create()
249 resp->status = do_nfsd_create(rqstp, dirfhp, argp->name, argp->len, in nfsd3_proc_create()

Completed in 5 milliseconds