Home
last modified time | relevance | path

Searched refs:dget (Results 1 – 25 of 54) sorted by relevance

123

/linux/fs/overlayfs/
H A Dexport.c116 next = dget(dentry); in ovl_connect_layer()
310 oip.upperdentry = dget(upper); in ovl_obtain_alias()
312 ovl_lowerstack(oe)->dentry = dget(lower); in ovl_obtain_alias()
494 return dget(sb->s_root); in ovl_lookup_real_ancestor()
497 next = dget(real); in ovl_lookup_real_ancestor()
510 ancestor = dget(sb->s_root); in ovl_lookup_real_ancestor()
560 next = dget(real); in ovl_lookup_real()
577 connected = dget(sb->s_root); in ovl_lookup_real()
H A Dsuper.c620 struct dentry *d = dget(ofs->workbasedir); in ovl_create_volatile_dirty()
793 ofs->workbasedir = dget(workpath->dentry); in ovl_get_workdir()
1152 lowerstack[i].dentry = dget(l->path.dentry); in ovl_get_lowerstack()
1281 dget(upperdentry); in ovl_get_root()
/linux/fs/ceph/
H A Ddir.c455 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()
1075 req->r_dentry = dget(dentry); in ceph_symlink()
1149 req->r_dentry = dget(dentry); in ceph_mkdir()
1208 req->r_dentry = dget(dentry); in ceph_link()
1210 req->r_old_dentry = dget(old_dentry); in ceph_link()
1387 req->r_dentry = dget(dentry); in ceph_unlink()
1493 req->r_dentry = dget(new_dentry); in ceph_rename()
[all …]
/linux/fs/ramfs/
H A Dinode.c114 dget(dentry); /* Extra count - pin the dentry in core */ in ramfs_mknod()
158 dget(dentry); in ramfs_symlink()
/linux/drivers/mtd/
H A Dmtdsuper.c65 fc->root = dget(sb->s_root); in mtd_get_sb()
/linux/net/sunrpc/
H A Drpc_pipe.c97 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()
1350 dget(pipe_dentry); in rpc_gssd_dummy_depopulate()
/linux/fs/efivarfs/
H A Dinode.c127 dget(dentry); in efivarfs_create()
/linux/fs/ocfs2/dlmfs/
H A Ddlmfs.c444 dget(dentry); /* Extra count - pin the dentry in core */ in dlmfs_mkdir()
483 dget(dentry); /* Extra count - pin the dentry in core */ in dlmfs_create()
/linux/fs/nfs/
H A Dunlink.c375 data->old_dentry = dget(old_dentry); in nfs_async_rename()
376 data->new_dentry = dget(new_dentry); in nfs_async_rename()
/linux/fs/autofs/
H A Dexpire.c119 return dget(root); in get_next_positive_dentry()
276 struct dentry *root = dget(sb->s_root); in autofs_expire_direct()
H A Droot.c599 dget(dentry); in autofs_dir_symlink()
748 dget(dentry); in autofs_dir_mkdir()
/linux/fs/
H A Dsuper.c1287 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()
1791 return dget(s->s_root); in mount_single()
H A Dnamei.c613 dget(path->dentry); in path_get()
1370 mountpoint = dget(mnt->mnt_mountpoint); in follow_up()
1486 path->dentry = dget(mounted->mnt_root); in __traverse_mounts()
1539 path->dentry = dget(mounted->mnt_root); in follow_down_one()
2054 return dget(nd->path.dentry); in follow_dotdot()
2616 dget(nd->path.dentry); in handle_lookup_down()
3516 dentry = dget(file->f_path.dentry); in atomic_open()
4382 dget(dentry); in vfs_rmdir()
5012 dget(new_dentry); in vfs_rename()
/linux/security/
H A Dinode.c162 dget(dentry); in securityfs_create_dentry()
/linux/fs/9p/
H A Dvfs_super.c160 return dget(sb->s_root); in v9fs_mount()
/linux/fs/gfs2/
H A Dops_fstype.c518 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()
/linux/fs/smb/client/
H A Dcached_dir.c89 dentry = dget(cifs_sb->root); in path_to_dentry()
223 dentry = dget(cifs_sb->root); in open_cached_dir()
H A Dcifsfs.c889 return dget(sb->s_root); in cifs_get_root()
899 dentry = dget(sb->s_root); in cifs_get_root()
1016 cifs_sb->root = dget(root); in cifs_smb3_do_mount()
/linux/include/linux/
H A Ddcache.h337 static inline struct dentry *dget(struct dentry *dentry) in dget() function
/linux/drivers/base/
H A Ddevtmpfs.c79 return dget(s->s_root); in public_dev_mount()
/linux/lib/
H A Dfault-inject.c242 attr->dname = dget(dir); in fault_create_debugfs_attr()
/linux/arch/s390/hypfs/
H A Dinode.c369 dget(dentry); in hypfs_create_file()
/linux/security/apparmor/
H A Dapparmorfs.c243 dget(dentry); in __aafs_setup_d_inode()
2041 dget(dent); in __aafs_ns_mkdir()
2571 aa_null.dentry = dget(dentry); in aa_mk_null_file()
2599 path.dentry = dget(ns_dir(ns)); in policy_get_link()
/linux/fs/ntfs3/
H A Dnamei.c281 dget(new_dentry); in ntfs_rename()
/linux/fs/nilfs2/
H A Dsuper.c1242 fc->root = dget(s->s_root); in nilfs_get_tree()
1263 fc->root = dget(s->s_root); in nilfs_get_tree()

123