Home
last modified time | relevance | path

Searched refs:fh_dentry (Results 1 – 15 of 15) sorted by relevance

/linux/fs/nfsd/
A Dnfsfh.c278 fhp->fh_dentry = dentry; in nfsd_set_fh_dentry()
336 if (!fhp->fh_dentry) { in fh_verify()
341 dentry = fhp->fh_dentry; in fh_verify()
551 if (fhp->fh_locked || fhp->fh_dentry) { in fh_compose()
560 fhp->fh_dentry = dget(dentry); /* our internal copy */ in fh_compose()
592 if (!fhp->fh_dentry) in fh_update()
595 dentry = fhp->fh_dentry; in fh_update()
620 struct dentry * dentry = fhp->fh_dentry; in fh_put()
624 fhp->fh_dentry = NULL; in fh_put()
A Dvfs.c184 dparent = fhp->fh_dentry; in nfsd_lookup_dentry()
395 dentry = fhp->fh_dentry; in nfsd_setattr()
505 dentry = fhp->fh_dentry; in nfsd4_set_nfs4_label()
657 dentry = fhp->fh_dentry; in nfsd_access()
1212 dentry = fhp->fh_dentry; in nfsd_create_locked()
1329 dentry = fhp->fh_dentry; in nfsd_create()
1381 dentry = fhp->fh_dentry; in do_nfsd_create()
1589 dentry = fhp->fh_dentry; in nfsd_symlink()
1650 ddir = ffhp->fh_dentry; in nfsd_link()
1658 dold = tfhp->fh_dentry; in nfsd_link()
[all …]
A Dnfsfh.h81 struct dentry * fh_dentry; /* validated dentry */ member
228 WARN_ON(src->fh_dentry || src->fh_locked); in fh_copy()
345 struct dentry *dentry = fhp->fh_dentry; in fh_lock_nested()
376 inode_unlock(d_inode(fhp->fh_dentry)); in fh_unlock()
A Dnfs3acl.c41 inode = d_inode(fh->fh_dentry); in nfsd3_proc_getacl()
98 inode = d_inode(fh->fh_dentry); in nfsd3_proc_setacl()
173 struct dentry *dentry = resp->fh.fh_dentry; in nfs3svc_encode_getaclres()
A Dnfs2acl.c45 inode = d_inode(fh->fh_dentry); in nfsacld_proc_getacl()
108 inode = d_inode(fh->fh_dentry); in nfsacld_proc_setacl()
247 struct dentry *dentry = resp->fh.fh_dentry; in nfsaclsvc_encode_getaclres()
A Dnfsproc.c93 setattr_prepare(&init_user_ns, fhp->fh_dentry, iap) != 0) { in nfsd_proc_setattr()
294 dchild = lookup_one_len(argp->name, dirfhp->fh_dentry, argp->len); in nfsd_proc_create()
312 if (!newfhp->fh_dentry) { in nfsd_proc_create()
319 inode = d_inode(newfhp->fh_dentry); in nfsd_proc_create()
346 newfhp->fh_dentry, in nfsd_proc_create()
522 if (resp->fh.fh_dentry) { in nfsd_proc_mkdir()
A Dnfs3xdr.c375 fsid = (u64)huge_encode_dev(fhp->fh_dentry->d_sb->s_dev); in svcxdr_encode_fattr3()
432 struct dentry *dentry = fhp->fh_dentry; in svcxdr_encode_post_op_attr()
464 struct dentry *dentry = fhp->fh_dentry; in svcxdr_encode_wcc_data()
506 inode = d_inode(fhp->fh_dentry); in fill_pre_wcc()
532 struct inode *inode = d_inode(fhp->fh_dentry); in fill_post_wcc()
824 lease_get_mtime(d_inode(resp->fh.fh_dentry), &resp->stat.mtime); in nfs3svc_encode_getattrres()
1062 dparent = cd->fh.fh_dentry; in compose_entry_fh()
A Dnfs4proc.c71 struct inode *inode = d_inode(resfh->fh_dentry); in nfsd4_security_inode_setsecctx()
75 status = security_inode_setsecctx(resfh->fh_dentry, in nfsd4_security_inode_setsecctx()
113 struct dentry *dentry = cstate->current_fh.fh_dentry; in check_attr_support()
183 dget(src->fh_dentry); in fh_dup2()
214 umode_t mode = d_inode(fh->fh_dentry)->i_mode; in nfsd_check_obj_isreg()
549 if (!cstate->save_fh.fh_dentry) in nfsd4_restorefh()
753 if (tmp_fh.fh_dentry == fh->fh_dentry) { in nfsd4_do_lookupp()
1058 if (!cstate->save_fh.fh_dentry) in nfsd4_verify_copy()
1932 cstate->current_fh.fh_dentry, in _nfsd4_verify()
2155 inode = d_inode(current_fh->fh_dentry); in nfsd4_layoutcommit()
[all …]
A Dvfs.h158 .dentry = fh->fh_dentry}; in fh_getattr()
A Dnfs3proc.c589 struct super_block *sb = argp->fh.fh_dentry->d_sb; in nfsd3_proc_fsinfo()
625 struct super_block *sb = argp->fh.fh_dentry->d_sb; in nfsd3_proc_pathconf()
A Dnfs4state.c667 struct inode *inode = d_inode(fh->fh_dentry); in file_hashval()
3972 if (!cstate->current_fh.fh_dentry) in nfsd4_reclaim_complete()
4164 fp->fi_inode = d_inode(fh->fh_dentry); in nfsd4_init_file()
4530 } else if (d_inode(fh->fh_dentry) == fp->fi_inode) in insert_file()
5924 status = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry, in nfs4_check_file()
6273 cstate->current_fh.fh_dentry); in nfsd4_open_confirm()
6339 cstate->current_fh.fh_dentry); in nfsd4_open_downgrade()
6409 cstate->current_fh.fh_dentry); in nfsd4_close()
6790 struct inode *inode = d_inode(cstate->current_fh.fh_dentry); in lookup_or_create_lock_state()
6861 sb = cstate->current_fh.fh_dentry->d_sb; in nfsd4_lock()
[all …]
A Dnfsxdr.c218 struct dentry *dentry = fhp->fh_dentry; in svcxdr_encode_fattr()
A Dnfs4acl.c770 dentry = fhp->fh_dentry; in nfsd4_set_nfs4_acl()
A Dfilecache.c958 inode = d_inode(fhp->fh_dentry); in nfsd_file_acquire()
A Dnfs4xdr.c3413 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
3654 return nfsd4_encode_fattr(xdr, fhp, fhp->fh_export, fhp->fh_dentry, in nfsd4_encode_getattr()

Completed in 61 milliseconds