Searched refs:fh_dentry (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/nfsd/ |
| A D | nfsfh.c | 271 fhp->fh_dentry = dentry; in nfsd_set_fh_dentry() 326 if (!fhp->fh_dentry) { in __fh_verify() 332 dentry = fhp->fh_dentry; in __fh_verify() 599 if (fhp->fh_dentry) { in fh_compose() 608 fhp->fh_dentry = dget(dentry); /* our internal copy */ in fh_compose() 640 if (!fhp->fh_dentry) in fh_update() 643 dentry = fhp->fh_dentry; in fh_update() 677 inode = d_inode(fhp->fh_dentry); in fh_fill_pre_attrs() 700 struct inode *inode = d_inode(fhp->fh_dentry); in fh_fill_post_attrs() 749 struct dentry * dentry = fhp->fh_dentry; in fh_put() [all …]
|
| A D | vfs.c | 251 dparent = fhp->fh_dentry; in nfsd_lookup_dentry() 535 dentry = fhp->fh_dentry; in nfsd_setattr() 802 dentry = fhp->fh_dentry; in nfsd_access() 1470 dentry = fhp->fh_dentry; in nfsd_create_locked() 1567 dentry = fhp->fh_dentry; in nfsd_create() 1677 dentry = fhp->fh_dentry; in nfsd_symlink() 1741 ddir = ffhp->fh_dentry; in nfsd_link() 1751 dold = tfhp->fh_dentry; in nfsd_link() 1963 dentry = fhp->fh_dentry; in nfsd_unlink() 2311 dentry = fhp->fh_dentry; in nfsd_getxattr() [all …]
|
| A D | nfs3acl.c | 41 inode = d_inode(fh->fh_dentry); in nfsd3_proc_getacl() 98 inode = d_inode(fh->fh_dentry); in nfsd3_proc_setacl() 106 error = set_posix_acl(&nop_mnt_idmap, fh->fh_dentry, ACL_TYPE_ACCESS, in nfsd3_proc_setacl() 110 error = set_posix_acl(&nop_mnt_idmap, fh->fh_dentry, ACL_TYPE_DEFAULT, in nfsd3_proc_setacl() 173 struct dentry *dentry = resp->fh.fh_dentry; in nfs3svc_encode_getaclres()
|
| A D | nfs2acl.c | 45 inode = d_inode(fh->fh_dentry); in nfsacld_proc_getacl() 108 inode = d_inode(fh->fh_dentry); in nfsacld_proc_setacl() 116 error = set_posix_acl(&nop_mnt_idmap, fh->fh_dentry, ACL_TYPE_ACCESS, in nfsacld_proc_setacl() 120 error = set_posix_acl(&nop_mnt_idmap, fh->fh_dentry, ACL_TYPE_DEFAULT, in nfsacld_proc_setacl() 247 struct dentry *dentry = resp->fh.fh_dentry; in nfsaclsvc_encode_getaclres()
|
| A D | nfsproc.c | 122 setattr_prepare(&nop_mnt_idmap, fhp->fh_dentry, iap) != 0) { in nfsd_proc_setattr() 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() 333 if (!newfhp->fh_dentry) { in nfsd_proc_create() 340 inode = d_inode(newfhp->fh_dentry); in nfsd_proc_create() 368 newfhp->fh_dentry, in nfsd_proc_create() 430 inode_unlock(dirfhp->fh_dentry->d_inode); in nfsd_proc_create() 553 if (resp->fh.fh_dentry) { in nfsd_proc_mkdir()
|
| A D | nfsfh.h | 81 struct dentry * fh_dentry; /* validated dentry */ member 229 WARN_ON(src->fh_dentry); in fh_copy()
|
| A D | nfs3xdr.c | 372 fsid = (u64)huge_encode_dev(fhp->fh_dentry->d_sb->s_dev); in svcxdr_encode_fattr3() 429 struct dentry *dentry = fhp->fh_dentry; in svcxdr_encode_post_op_attr() 461 struct dentry *dentry = fhp->fh_dentry; in svcxdr_encode_wcc_data() 746 lease_get_mtime(d_inode(resp->fh.fh_dentry), &resp->stat.mtime); in nfs3svc_encode_getattrres() 987 dparent = cd->fh.fh_dentry; in compose_entry_fh()
|
| A D | nfs4proc.c | 85 struct dentry *dentry = cstate->current_fh.fh_dentry; in check_attr_support() 135 dget(src->fh_dentry); in fh_dup2() 163 umode_t mode = d_inode(fh->fh_dentry)->i_mode; in nfsd_check_obj_isreg() 255 parent = fhp->fh_dentry; in nfsd4_create_file() 709 if (!cstate->save_fh.fh_dentry) in nfsd4_restorefh() 915 if (tmp_fh.fh_dentry == fh->fh_dentry) { in nfsd4_do_lookupp() 1158 inode = cstate->current_fh.fh_dentry->d_inode; in nfsd4_setattr() 1225 if (!cstate->save_fh.fh_dentry) in nfsd4_verify_copy() 2127 cstate->current_fh.fh_dentry, in _nfsd4_verify() 2376 inode = d_inode(current_fh->fh_dentry); in nfsd4_layoutcommit() [all …]
|
| A D | vfs.h | 187 .dentry = fh->fh_dentry}; in fh_getattr()
|
| A D | nfs3proc.c | 278 parent = fhp->fh_dentry; in nfsd3_create_file() 738 struct super_block *sb = argp->fh.fh_dentry->d_sb; in nfsd3_proc_fsinfo() 775 struct super_block *sb = argp->fh.fh_dentry->d_sb; in nfsd3_proc_pathconf()
|
| A D | nfs4state.c | 4405 if (!cstate->current_fh.fh_dentry) in nfsd4_reclaim_complete() 4597 fp->fi_inode = d_inode(fh->fh_dentry); in nfsd4_file_init() 5061 struct inode *inode = d_inode(fhp->fh_dentry); in nfsd4_file_hash_lookup() 5091 struct inode *inode = d_inode(fhp->fh_dentry); in nfsd4_file_hash_insert() 6941 fhp->fh_export, fhp->fh_dentry, in nfs4_check_file() 7324 cstate->current_fh.fh_dentry); in nfsd4_open_confirm() 7390 cstate->current_fh.fh_dentry); in nfsd4_open_downgrade() 7464 cstate->current_fh.fh_dentry); in nfsd4_close() 7533 wake_up_var(d_inode(cstate->current_fh.fh_dentry)); in nfsd4_delegreturn() 7951 sb = cstate->current_fh.fh_dentry->d_sb; in nfsd4_lock() [all …]
|
| A D | nfsxdr.c | 218 struct dentry *dentry = fhp->fh_dentry; in svcxdr_encode_fattr()
|
| A D | trace.h | 224 __entry->inode = d_inode(fhp->fh_dentry); 264 if (fhp->fh_dentry) 265 __entry->inode = d_inode(fhp->fh_dentry);
|
| A D | filecache.c | 1040 inode = d_inode(fhp->fh_dentry); in nfsd_file_do_acquire()
|
| A D | nfs4xdr.c | 3740 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_entry4_fattr() 4024 fhp->fh_dentry, getattr->ga_bmval, 0); in nfsd4_encode_getattr()
|
Completed in 63 milliseconds