| /linux/fs/ceph/ |
| H A D | dir.c | 455 req->r_dentry = dget(file->f_path.dentry); in ceph_readdir() 779 dentry = dget(req->r_dentry); /* we got spliced */ in ceph_finish_lookup() 855 req->r_dentry = dget(dentry); in ceph_lookup() 950 req->r_dentry = dget(dentry); in ceph_mknod() 1076 req->r_dentry = dget(dentry); in ceph_symlink() 1151 req->r_dentry = dget(dentry); in ceph_mkdir() 1174 ret = dget(req->r_dentry); in ceph_mkdir() 1217 req->r_dentry = dget(dentry); in ceph_link() 1219 req->r_old_dentry = dget(old_dentry); in ceph_link() 1393 req->r_dentry = dget(dentry); in ceph_unlink() [all …]
|
| /linux/fs/configfs/ |
| H A D | dir.c | 319 dget(dentry); /* pin directory dentries in core */ in configfs_create_dir() 388 dget(dentry); /* pin link dentries in core */ in configfs_create_link() 399 struct dentry * parent = dget(d->d_parent); in remove_dir() 430 struct dentry * dentry = dget(item->ci_dentry); in configfs_remove_dir() 538 *wait= dget(sd->s_dentry); in configfs_detach_prep() 577 struct dentry * dentry = dget(item->ci_dentry); in detach_attrs() 652 struct dentry * dentry = dget(group->cg_item.ci_dentry); in detach_groups()
|
| /linux/fs/overlayfs/ |
| H A D | dir.c | 32 dget(wdentry); in ovl_cleanup_locked() 93 ofs->whiteout = dget(whiteout); in ovl_whiteout() 105 whiteout = dget(link); in ovl_whiteout() 1012 for (d = dget(dentry); !IS_ROOT(d);) { in ovl_get_redirect() 1292 whiteout = dget(rd.new_dentry); in ovl_rename_upper() 1391 newdentry = dget(realfile->f_path.dentry); in ovl_create_tmpfile()
|
| H A D | super.c | 652 struct dentry *d = dget(ofs->workbasedir); in ovl_create_volatile_dirty() 825 ofs->workbasedir = dget(workpath->dentry); in ovl_get_workdir() 1227 lowerstack[i].dentry = dget(l->path.dentry); in ovl_get_lowerstack() 1357 dget(upperdentry); in ovl_get_root()
|
| H A D | copy_up.c | 906 ovl_inode_update(d_inode(c->dentry), dget(temp)); in ovl_copy_up_tmpfile() 1230 next = dget(dentry); in ovl_copy_up_flags()
|
| H A D | namei.c | 609 return dget(index); in ovl_index_upper() 1324 .dentry = ctx->upperdentry = dget(ctx->index), in ovl_lookup_layers()
|
| /linux/fs/kernfs/ |
| H A D | mount.c | 231 dentry = dget(sb->s_root); in kernfs_node_dentry() 408 fc->root = dget(sb->s_root); in kernfs_get_tree()
|
| /linux/fs/nfsd/ |
| H A D | nfsfh.c | 38 tdentry = dget(dentry); in nfsd_acceptable() 241 dentry = dget(exp->ex_path.dentry); in nfsd_set_fh_dentry() 631 fhp->fh_dentry = dget(dentry); /* our internal copy */ in fh_compose()
|
| H A D | vfs.c | 131 .dentry = dget(dentry)}; in nfsd_cross_mnt() 198 .dentry = dget(dparent)}; in nfsd_lookup_parent() 204 *dentryp = dget(dparent); in nfsd_lookup_parent() 209 *dentryp = dget(path.dentry); in nfsd_lookup_parent() 260 dentry = dget(dparent); in nfsd_lookup_dentry() 264 dentry = dget(dparent); /* .. == . just like at / */ in nfsd_lookup_dentry() 1793 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked() 1822 resfhp->fh_dentry = dget(dchild); in nfsd_create_locked() 2202 close_cached = dget(rd.new_dentry); in nfsd_rename()
|
| /linux/drivers/mtd/ |
| H A D | mtdsuper.c | 65 fc->root = dget(sb->s_root); in mtd_get_sb()
|
| /linux/fs/nfs/ |
| H A D | unlink.c | 375 data->old_dentry = dget(old_dentry); in nfs_async_rename() 376 data->new_dentry = dget(new_dentry); in nfs_async_rename()
|
| /linux/fs/ |
| H A D | namei.c | 705 dget(path->dentry); in path_get() 1473 mountpoint = dget(mnt->mnt_mountpoint); in follow_up() 1597 path->dentry = dget(mounted->mnt_root); in __traverse_mounts() 1654 path->dentry = dget(mounted->mnt_root); in follow_down_one() 2221 return dget(nd->path.dentry); in follow_dotdot() 2786 dget(nd->path.dentry); in handle_lookup_down() 3544 return dget(child); in start_creating_dentry() 3577 return dget(child); in start_removing_dentry() 3885 dget(rd->old_parent); in __start_renaming() 3979 rd->old_dentry = dget(old_dentry); in __start_renaming_dentry() [all …]
|
| H A D | fhandle.c | 230 d = dget(dentry); in vfs_dentry_acceptable()
|
| H A D | fs_context.c | 291 fc->root = dget(reference); in alloc_fs_context()
|
| /linux/fs/autofs/ |
| H A D | expire.c | 119 return dget(root); in get_next_positive_dentry() 276 struct dentry *root = dget(sb->s_root); in autofs_expire_direct()
|
| /linux/fs/gfs2/ |
| H A D | ops_fstype.c | 506 sb->s_root = dget(sdp->sd_args.ar_meta ? sdp->sd_master_dir : sdp->sd_root_dir); in init_sb() 1339 fc->root = dget(sdp->sd_master_dir); in gfs2_get_tree() 1341 fc->root = dget(sdp->sd_root_dir); in gfs2_get_tree() 1701 fc->root = dget(sdp->sd_master_dir); in gfs2_meta_get_tree()
|
| /linux/fs/smb/client/ |
| H A D | cached_dir.c | 82 dentry = dget(cifs_sb->root); in path_to_dentry() 222 dentry = dget(cifs_sb->root); in open_cached_dir()
|
| H A D | cifsfs.c | 961 return dget(sb->s_root); in cifs_get_root() 971 dentry = dget(sb->s_root); in cifs_get_root() 1088 cifs_sb->root = dget(root); in cifs_smb3_do_mount()
|
| /linux/fs/9p/ |
| H A D | vfs_super.c | 138 fc->root = dget(sb->s_root); in v9fs_get_tree()
|
| /linux/include/linux/ |
| H A D | dcache.h | 349 static inline struct dentry *dget(struct dentry *dentry) in dget() function
|
| /linux/security/apparmor/ |
| H A D | apparmorfs.c | 311 dget(dentry); in __aafs_setup_d_inode() 2110 dget(dent); in __aafs_ns_mkdir() 2649 aa_null.dentry = dget(dentry); in aa_mk_null_file() 2677 path.dentry = dget(ns_dir(ns)); in policy_get_link()
|
| /linux/security/landlock/ |
| H A D | fs.c | 910 dget(walker_path.dentry); in is_access_to_paths_allowed() 1045 dget(dir); in collect_domain_accesses()
|
| /linux/net/sunrpc/ |
| H A D | rpc_pipe.c | 97 dentry = dget(pipe->dentry); in rpc_timeout_upcall_queue() 154 dentry = dget(pipe->dentry); in rpc_queue_upcall()
|
| /linux/fs/nilfs2/ |
| H A D | super.c | 1250 fc->root = dget(s->s_root); in nilfs_get_tree() 1271 fc->root = dget(s->s_root); in nilfs_get_tree()
|
| /linux/kernel/ |
| H A D | acct.c | 238 internal.dentry = dget(mnt->mnt_root); in acct_on()
|