| /linux-6.15/fs/overlayfs/ |
| H A D | export.c | 116 next = dget(dentry); in ovl_connect_layer() 315 oip.upperdentry = dget(upper); in ovl_obtain_alias() 317 ovl_lowerstack(oe)->dentry = dget(lower); in ovl_obtain_alias() 499 return dget(sb->s_root); in ovl_lookup_real_ancestor() 502 next = dget(real); in ovl_lookup_real_ancestor() 515 ancestor = dget(sb->s_root); in ovl_lookup_real_ancestor() 565 next = dget(real); in ovl_lookup_real() 582 connected = dget(sb->s_root); in ovl_lookup_real()
|
| H A D | super.c | 639 struct dentry *d = dget(ofs->workbasedir); in ovl_create_volatile_dirty() 812 ofs->workbasedir = dget(workpath->dentry); in ovl_get_workdir() 1176 lowerstack[i].dentry = dget(l->path.dentry); in ovl_get_lowerstack() 1305 dget(upperdentry); in ovl_get_root()
|
| /linux-6.15/fs/exportfs/ |
| H A D | expfs.c | 56 dget(dentry); in find_acceptable_alias() 76 dget(dentry); in dentry_connected() 93 dget(dentry); in clear_disconnected() 214 dentry = dget(target_dir); in reconnect_path()
|
| /linux-6.15/fs/ceph/ |
| H A D | dir.c | 856 req->r_dentry = dget(dentry); in ceph_lookup() 951 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() 1396 req->r_dentry = dget(dentry); in ceph_unlink() 1502 req->r_dentry = dget(new_dentry); in ceph_rename() 1504 req->r_old_dentry = dget(old_dentry); in ceph_rename() [all …]
|
| /linux-6.15/fs/ramfs/ |
| H A D | inode.c | 114 dget(dentry); /* Extra count - pin the dentry in core */ in ramfs_mknod() 158 dget(dentry); in ramfs_symlink()
|
| /linux-6.15/fs/configfs/ |
| H A D | dir.c | 320 dget(dentry); /* pin directory dentries in core */ in configfs_create_dir() 389 dget(dentry); /* pin link dentries in core */ in configfs_create_link() 400 struct dentry * parent = dget(d->d_parent); in remove_dir() 425 struct dentry * dentry = dget(item->ci_dentry); in configfs_remove_dir() 533 *wait= dget(sd->s_dentry); in configfs_detach_prep() 572 struct dentry * dentry = dget(item->ci_dentry); in detach_attrs() 647 struct dentry * dentry = dget(group->cg_item.ci_dentry); in detach_groups()
|
| /linux-6.15/drivers/mtd/ |
| H A D | mtdsuper.c | 65 fc->root = dget(sb->s_root); in mtd_get_sb()
|
| /linux-6.15/fs/kernfs/ |
| H A D | mount.c | 216 dentry = dget(sb->s_root); in kernfs_node_dentry() 392 fc->root = dget(sb->s_root); in kernfs_get_tree()
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfsfh.c | 38 tdentry = dget(dentry); in nfsd_acceptable() 239 dentry = dget(exp->ex_path.dentry); in nfsd_set_fh_dentry() 609 fhp->fh_dentry = dget(dentry); /* our internal copy */ in fh_compose()
|
| H A D | vfs.c | 126 .dentry = dget(dentry)}; in nfsd_cross_mnt() 193 .dentry = dget(dparent)}; in nfsd_lookup_parent() 199 *dentryp = dget(dparent); in nfsd_lookup_parent() 204 *dentryp = dget(path.dentry); in nfsd_lookup_parent() 255 dentry = dget(dparent); in nfsd_lookup_dentry() 259 dentry = dget(dparent); /* .. == . just like at / */ in nfsd_lookup_dentry() 1468 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked() 1498 resfhp->fh_dentry = dget(dchild); in nfsd_create_locked()
|
| /linux-6.15/fs/efivarfs/ |
| H A D | inode.c | 117 dget(dentry); in efivarfs_create()
|
| /linux-6.15/fs/ocfs2/dlmfs/ |
| H A D | dlmfs.c | 445 dget(dentry); /* Extra count - pin the dentry in core */ in dlmfs_mkdir() 484 dget(dentry); /* Extra count - pin the dentry in core */ in dlmfs_create()
|
| /linux-6.15/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-6.15/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() 600 dget(dentry); in __rpc_rmdir() 613 dget(dentry); in __rpc_unlink() 1346 dget(pipe_dentry); in rpc_gssd_dummy_depopulate()
|
| /linux-6.15/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()
|
| H A D | root.c | 599 dget(dentry); in autofs_dir_symlink() 748 dget(dentry); in autofs_dir_mkdir()
|
| /linux-6.15/security/ |
| H A D | inode.c | 162 dget(dentry); in securityfs_create_dentry()
|
| /linux-6.15/fs/9p/ |
| H A D | vfs_super.c | 160 return dget(sb->s_root); in v9fs_mount()
|
| /linux-6.15/fs/smb/client/ |
| H A D | cached_dir.c | 82 dentry = dget(cifs_sb->root); in path_to_dentry() 217 dentry = dget(cifs_sb->root); in open_cached_dir()
|
| /linux-6.15/fs/ |
| H A D | super.c | 1287 fc->root = dget(sb->s_root); in vfs_get_super() 1645 fc->root = dget(s->s_root); in get_tree_bdev_flags() 1702 return dget(s->s_root); in mount_bdev() 1736 return dget(s->s_root); in mount_nodev()
|
| H A D | binfmt_misc.c | 708 dget(dentry); in unlink_binfmt_dentry() 861 e->dentry = dget(dentry); in bm_register_write()
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | inode.c | 145 dget(lower_dentry); // don't even try to make the lower negative in ecryptfs_do_unlink() 545 dget(lower_dentry); // don't even try to make the lower negative in ecryptfs_rmdir() 618 dget(lower_new_dentry); in ecryptfs_rename()
|
| /linux-6.15/fs/cachefiles/ |
| H A D | namei.c | 288 dget(rep); /* Stop the dentry being negated if it's only pinned in cachefiles_bury_object() 430 dget(dentry); in cachefiles_delete_object()
|
| /linux-6.15/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 275 dget(dentry); in spufs_mkdir() 514 dget(dentry); in spufs_mkgang()
|
| /linux-6.15/fs/gfs2/ |
| H A D | ops_fstype.c | 518 sb->s_root = dget(sdp->sd_args.ar_meta ? sdp->sd_master_dir : sdp->sd_root_dir); in init_sb() 1337 fc->root = dget(sdp->sd_master_dir); in gfs2_get_tree() 1339 fc->root = dget(sdp->sd_root_dir); in gfs2_get_tree() 1697 fc->root = dget(sdp->sd_master_dir); in gfs2_meta_get_tree()
|