Home
last modified time | relevance | path

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

/linux-4.1.27/fs/exportfs/
Dexpfs.c54 dget(dentry); in find_acceptable_alias()
74 dget(dentry); in dentry_connected()
91 dget(dentry); in clear_disconnected()
209 dentry = dget(target_dir); in reconnect_path()
/linux-4.1.27/drivers/mtd/
Dmtdsuper.c86 return dget(sb->s_root); in mount_mtd_aux()
93 return dget(sb->s_root); in mount_mtd_aux()
/linux-4.1.27/fs/ceph/
Ddir.c356 req->r_dentry = dget(file->f_path.dentry); in ceph_readdir()
594 dentry = dget(req->r_dentry); /* we got spliced */ in ceph_finish_lookup()
657 req->r_dentry = dget(dentry); in ceph_lookup()
720 req->r_dentry = dget(dentry); in ceph_mknod()
774 req->r_dentry = dget(dentry); in ceph_symlink()
820 req->r_dentry = dget(dentry); in ceph_mkdir()
863 req->r_dentry = dget(dentry); in ceph_link()
865 req->r_old_dentry = dget(old_dentry); in ceph_link()
930 req->r_dentry = dget(dentry); in ceph_unlink()
967 req->r_dentry = dget(new_dentry); in ceph_rename()
[all …]
Dsuper.c799 dget(root); in ceph_real_mount()
Dfile.c263 req->r_dentry = dget(dentry); in ceph_atomic_open()
/linux-4.1.27/fs/ecryptfs/
Dinode.c151 dget(lower_dentry); in ecryptfs_do_unlink()
464 dget(lower_old_dentry); in ecryptfs_link()
465 dget(lower_new_dentry); in ecryptfs_link()
502 dget(lower_dentry); in ecryptfs_symlink()
562 dget(dentry); in ecryptfs_rmdir()
564 dget(lower_dentry); in ecryptfs_rmdir()
616 dget(lower_old_dentry); in ecryptfs_rename()
617 dget(lower_new_dentry); in ecryptfs_rename()
Dmain.c608 return dget(s->s_root); in ecryptfs_mount()
/linux-4.1.27/fs/ramfs/
Dinode.c100 dget(dentry); /* Extra count - pin the dentry in core */ in ramfs_mknod()
131 dget(dentry); in ramfs_symlink()
/linux-4.1.27/fs/
Dbinfmt_misc.c640 root = dget(file->f_path.dentry->d_sb->s_root); in bm_entry_write()
677 root = dget(sb->s_root); in bm_register_write()
701 e->dentry = dget(dentry); in bm_register_write()
756 root = dget(file->f_path.dentry->d_sb->s_root); in bm_status_write()
Dsuper.c925 return dget(sb->s_root); in mount_ns()
1015 return dget(s->s_root); in mount_bdev()
1057 return dget(s->s_root); in mount_nodev()
1086 return dget(s->s_root); in mount_single()
Dnamei.c478 dget(path->dentry); in path_get()
971 mountpoint = dget(mnt->mnt_mountpoint); in follow_up()
1048 path->dentry = dget(mnt->mnt_root); in follow_automount()
1097 path->dentry = dget(mounted->mnt_root); in follow_managed()
1136 path->dentry = dget(mounted->mnt_root); in follow_down_one()
1286 path->dentry = dget(mounted->mnt_root); in follow_down()
1309 path->dentry = dget(mounted->mnt_root); in follow_mount()
2323 dentry = dget(nd->path.dentry); in mountpoint_last()
3636 dget(dentry); in vfs_rmdir()
4197 dget(new_dentry); in vfs_rename()
Dlibfs.c255 return dget(s->s_root); in mount_pseudo()
278 dget(dentry); in simple_link()
Dnamespace.c841 child_mnt->mnt_mountpoint = dget(mp->m_dentry); in mnt_set_mountpoint()
1002 mnt->mnt.mnt_root = dget(root); in clone_mnt()
1967 dentry = path->dentry = dget(mnt->mnt_root); in lock_mount()
Ddcache.c1451 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_anon), struct dentry, d_hash)); in shrink_dcache_for_umount()
/linux-4.1.27/fs/nfsd/
Dnfsfh.c36 tdentry = dget(dentry); in nfsd_acceptable()
248 dentry = dget(exp->ex_path.dentry); in nfsd_set_fh_dentry()
550 fhp->fh_dentry = dget(dentry); /* our internal copy */ in fh_compose()
Dvfs.c89 .dentry = dget(dentry)}; in nfsd_cross_mnt()
146 .dentry = dget(dparent)}; in nfsd_lookup_parent()
152 *dentryp = dget(dparent); in nfsd_lookup_parent()
157 *dentryp = dget(path.dentry); in nfsd_lookup_parent()
198 dentry = dget(dparent); in nfsd_lookup_dentry()
202 dentry = dget(dparent); /* .. == . just like at / */ in nfsd_lookup_dentry()
1239 dchild = dget(resfhp->fh_dentry); in nfsd_create()
Dexport.c854 struct dentry *saved = dget(path->dentry); in exp_parent()
1036 struct dentry *saved = dget(path->dentry); in rqst_exp_parent()
Dnfs3xdr.c824 dchild = dget(dparent); in compose_entry_fh()
Dnfs4proc.c181 dget(src->fh_dentry); in fh_dup2()
/linux-4.1.27/security/
Dinode.c136 dget(dentry); in securityfs_create_file()
/linux-4.1.27/fs/efivarfs/
Dinode.c144 dget(dentry); in efivarfs_create()
/linux-4.1.27/fs/proc/
Droot.c146 return dget(sb->s_root); in proc_mount()
/linux-4.1.27/fs/kernfs/
Dmount.c185 return dget(sb->s_root); in kernfs_mount_ns()
/linux-4.1.27/fs/autofs4/
Dexpire.c131 return dget(root); in get_next_positive_dentry()
302 struct dentry *root = dget(sb->s_root); in autofs4_expire_direct()
Droot.c585 dget(dentry); in autofs4_dir_symlink()
757 dget(dentry); in autofs4_dir_mkdir()
/linux-4.1.27/fs/ocfs2/dlmfs/
Ddlmfs.c505 dget(dentry); /* Extra count - pin the dentry in core */ in dlmfs_mkdir()
543 dget(dentry); /* Extra count - pin the dentry in core */ in dlmfs_create()
/linux-4.1.27/fs/nfs/
Dunlink.c439 data->old_dentry = dget(old_dentry); in nfs_async_rename()
440 data->new_dentry = dget(new_dentry); in nfs_async_rename()
Dinode.c794 ctx->dentry = dget(dentry); in alloc_nfs_open_context()
Dnfs4proc.c1027 p->dentry = dget(dentry); in nfs4_opendata_alloc()
/linux-4.1.27/lib/
Dfault-inject.c237 attr->dname = dget(dir); in fault_create_debugfs_attr()
/linux-4.1.27/fs/overlayfs/
Ddir.c21 dget(wdentry); in ovl_cleanup()
606 dget(upper); in ovl_remove_upper()
850 dget(newdentry); in ovl_rename2()
Dcopy_up.c404 next = dget(dentry); in ovl_copy_up()
/linux-4.1.27/fs/configfs/
Ddir.c370 struct dentry * parent = dget(d->d_parent); in remove_dir()
399 struct dentry * dentry = dget(item->ci_dentry); in configfs_remove_dir()
555 struct dentry * dentry = dget(item->ci_dentry); in detach_attrs()
611 struct dentry * dentry = dget(group->cg_item.ci_dentry); in detach_groups()
Dinode.c204 dget(dentry); /* pin link and directory dentries in core */ in configfs_create()
/linux-4.1.27/net/sunrpc/
Drpc_pipe.c95 dentry = dget(pipe->dentry); in rpc_timeout_upcall_queue()
152 dentry = dget(pipe->dentry); in rpc_queue_upcall()
605 dget(dentry); in __rpc_rmdir()
632 dget(dentry); in __rpc_unlink()
/linux-4.1.27/fs/gfs2/
Dops_fstype.c518 sb->s_root = dget(sdp->sd_args.ar_meta ? sdp->sd_master_dir : sdp->sd_root_dir); in init_sb()
1328 return dget(sdp->sd_master_dir); in gfs2_mount()
1330 return dget(sdp->sd_root_dir); in gfs2_mount()
1371 return dget(sdp->sd_master_dir); in gfs2_mount_meta()
/linux-4.1.27/fs/9p/
Dvfs_super.c194 return dget(sb->s_root); in v9fs_mount()
/linux-4.1.27/fs/logfs/
Dsuper.c533 return dget(sb->s_root); in logfs_get_sb_device()
556 return dget(sb->s_root); in logfs_get_sb_device()
/linux-4.1.27/include/linux/
Ddcache.h356 static inline struct dentry *dget(struct dentry *dentry) in dget() function
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_fs.c304 root = dget(sb->s_root); in remove_device_files()
/linux-4.1.27/fs/afs/
Dsuper.c438 return dget(sb->s_root); in afs_mount()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c522 dget(dentry); /* Extra count - pin the dentry in core */ in hugetlbfs_mknod()
553 dget(dentry); in hugetlbfs_symlink()
/linux-4.1.27/arch/s390/hypfs/
Dinode.c365 dget(dentry); in hypfs_create_file()
/linux-4.1.27/fs/tracefs/
Dinode.c510 dget(dentry); in __tracefs_remove()
/linux-4.1.27/fs/debugfs/
Dinode.c530 dget(dentry); in __debugfs_remove()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_fs.c483 root = dget(sb->s_root); in remove_device_files()
/linux-4.1.27/fs/devpts/
Dinode.c483 return dget(s->s_root); in devpts_mount()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dinode.c275 dget(dentry); in spufs_mkdir()
/linux-4.1.27/fs/hppfs/
Dhppfs.c725 root_inode = get_inode(sb, dget(proc_mnt->mnt_root)); in hppfs_fill_super()
/linux-4.1.27/fs/cachefiles/
Dnamei.c484 dir = dget(parent->dentry); in cachefiles_walk_to_object()
/linux-4.1.27/fs/reiserfs/
Dxattr.c128 xaroot = dget(REISERFS_SB(sb)->xattr_root); in open_xa_root()
/linux-4.1.27/mm/
Dshmem.c2224 dget(dentry); /* Extra count - pin the dentry in core */ in shmem_mknod()
2293 dget(dentry); /* Extra pinning count for the created dentry */ in shmem_link()
2473 dget(dentry); in shmem_symlink()
/linux-4.1.27/fs/cifs/
Dcifsfs.c608 dentry = dget(sb->s_root); in cifs_get_root()
Dfile.c302 cfile->dentry = dget(dentry); in cifs_new_fileinfo()
/linux-4.1.27/fs/nilfs2/
Dsuper.c1356 root_dentry = dget(s->s_root); in nilfs_mount()
/linux-4.1.27/ipc/
Dmqueue.c455 dget(dentry); in mqueue_create()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dstatahead.c1668 parent = dget((*dentryp)->d_parent); in do_statahead_enter()
/linux-4.1.27/fs/btrfs/
Dsuper.c930 return dget(sb->s_root); in get_default_root()
/linux-4.1.27/fs/ubifs/
Dsuper.c2147 return dget(sb->s_root); in ubifs_mount()
/linux-4.1.27/net/unix/
Daf_unix.c960 res->dentry = dget(dentry); in unix_mknod()
/linux-4.1.27/security/selinux/
Dhooks.c1305 dentry = dget(opt_dentry); in inode_doinit_with_dentry()
1422 dentry = dget(opt_dentry); in inode_doinit_with_dentry()
/linux-4.1.27/security/smack/
Dsmack_lsm.c3203 dp = dget(opt_dentry); in smack_d_instantiate()
/linux-4.1.27/Documentation/filesystems/
Dvfs.txt1076 dget: open a new handle for an existing dentry (this just increments