Home
last modified time | relevance | path

Searched refs:root_dentry (Results 1 – 6 of 6) sorted by relevance

/linux/arch/s390/hypfs/
H A Dinode.c244 struct dentry *root_dentry, *update_file; in hypfs_fill_super() local
257 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super()
258 if (!root_dentry) in hypfs_fill_super()
261 rc = hypfs_vm_create_files(root_dentry); in hypfs_fill_super()
263 rc = hypfs_diag_create_files(root_dentry); in hypfs_fill_super()
266 update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()
/linux/fs/nilfs2/
H A Dsuper.c909 struct dentry **root_dentry) in nilfs_get_root_dentry() argument
946 *root_dentry = dentry; in nilfs_get_root_dentry()
956 struct dentry **root_dentry) in nilfs_attach_snapshot() argument
985 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot()
998 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument
1000 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy()
1001 return d_count(root_dentry) > 1; in nilfs_tree_is_busy()
1262 struct dentry *root_dentry; in nilfs_get_tree() local
1264 err = nilfs_attach_snapshot(s, ctx->cno, &root_dentry); in nilfs_get_tree()
1267 fc->root = root_dentry; in nilfs_get_tree()
/linux/fs/orangefs/
H A Dsuper.c406 struct dentry *root_dentry; in orangefs_fill_sb() local
446 root_dentry = d_make_root(root); in orangefs_fill_sb()
447 if (!root_dentry) in orangefs_fill_sb()
451 sb->s_root = root_dentry; in orangefs_fill_sb()
/linux/mm/
H A Dcma_debug.c161 static void cma_debugfs_add_one(struct cma *cma, struct dentry *root_dentry) in cma_debugfs_add_one() argument
168 tmp = debugfs_create_dir(cma->name, root_dentry); in cma_debugfs_add_one()
/linux/fs/fuse/
H A Dinode.c1829 struct dentry *root_dentry; in fuse_fill_super_common() local
1890 root_dentry = d_make_root(root); in fuse_fill_super_common()
1891 if (!root_dentry) in fuse_fill_super_common()
1908 sb->s_root = root_dentry; in fuse_fill_super_common()
1918 dput(root_dentry); in fuse_fill_super_common()
/linux/fs/overlayfs/
H A Dsuper.c280 struct dentry *root_dentry = sb->s_root; in ovl_statfs() local
284 ovl_path_real(root_dentry, &path); in ovl_statfs()