Searched refs:dirfhp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | nfsproc.c | 252 svc_fh *dirfhp = &argp->fh; in nfsd_proc_create() local 265 SVCFH_fmt(dirfhp), argp->len, argp->name); in nfsd_proc_create() 268 resp->status = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC); in nfsd_proc_create() 277 hosterr = fh_want_write(dirfhp); in nfsd_proc_create() 283 inode_lock_nested(dirfhp->fh_dentry->d_inode, I_MUTEX_PARENT); in nfsd_proc_create() 284 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create() 290 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create() 382 resp->status = nfsd_create_locked(rqstp, dirfhp, &attrs, type, in nfsd_proc_create() 398 inode_unlock(dirfhp->fh_dentry->d_inode); in nfsd_proc_create() 399 fh_drop_write(dirfhp); in nfsd_proc_create() [all …]
|
H A D | nfs3proc.c | 348 svc_fh *dirfhp, *newfhp; in nfsd3_proc_create() local 355 dirfhp = fh_copy(&resp->dirfh, &argp->fh); in nfsd3_proc_create() 358 resp->status = nfsd3_create_file(rqstp, dirfhp, newfhp, argp); in nfsd3_proc_create()
|