Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsproc.c283 svc_fh *dirfhp = &argp->fh; in nfsd_proc_create() local
296 SVCFH_fmt(dirfhp), argp->len, argp->name); in nfsd_proc_create()
299 resp->status = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_proc_create()
308 hosterr = fh_want_write(dirfhp); in nfsd_proc_create()
314 inode_lock_nested(dirfhp->fh_dentry->d_inode, I_MUTEX_PARENT); in nfsd_proc_create()
315 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create()
321 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
414 resp->status = nfsd_create_locked(rqstp, dirfhp, &attrs, type, in nfsd_proc_create()
430 inode_unlock(dirfhp->fh_dentry->d_inode); in nfsd_proc_create()
431 fh_drop_write(dirfhp); in nfsd_proc_create()
[all …]
H A Dnfs3proc.c381 svc_fh *dirfhp, *newfhp; in nfsd3_proc_create() local
388 dirfhp = fh_copy(&resp->dirfh, &argp->fh); in nfsd3_proc_create()
391 resp->status = nfsd3_create_file(rqstp, dirfhp, newfhp, argp); in nfsd3_proc_create()