Lines Matching refs:dentry
2083 static struct dentry *cgroup_mount(struct file_system_type *fs_type, in cgroup_mount()
2093 struct dentry *dentry; in cgroup_mount() local
2251 dentry = kernfs_mount(fs_type, flags, root->kf_root, in cgroup_mount()
2260 if (!IS_ERR(dentry) && ns != &init_cgroup_ns) { in cgroup_mount()
2261 struct dentry *nsdentry; in cgroup_mount()
2272 nsdentry = kernfs_node_dentry(cgrp->kn, dentry->d_sb); in cgroup_mount()
2273 dput(dentry); in cgroup_mount()
2274 dentry = nsdentry; in cgroup_mount()
2277 if (IS_ERR(dentry) || !new_sb) in cgroup_mount()
2290 return dentry; in cgroup_mount()
2864 struct super_block *sb = of->file->f_path.dentry->d_sb; in cgroup_procs_write_permission()
4700 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry) in cgroupstats_build() argument
4702 struct kernfs_node *kn = kernfs_node_from_dentry(dentry); in cgroupstats_build()
4708 if (dentry->d_sb->s_type != &cgroup_fs_type || !kn || in cgroupstats_build()
6191 struct cgroup_subsys_state *css_tryget_online_from_dir(struct dentry *dentry, in css_tryget_online_from_dir() argument
6194 struct kernfs_node *kn = kernfs_node_from_dentry(dentry); in css_tryget_online_from_dir()
6195 struct file_system_type *s_type = dentry->d_sb->s_type; in css_tryget_online_from_dir()
6289 css = css_tryget_online_from_dir(f->f_path.dentry, NULL); in cgroup_get_from_fd()