Searched refs:root_dentry (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/arch/s390/hypfs/ |
A D | inode.c | 260 struct dentry *root_dentry, *update_file; in hypfs_fill_super() local 273 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super() 274 if (!root_dentry) in hypfs_fill_super() 277 rc = hypfs_vm_create_files(root_dentry); in hypfs_fill_super() 279 rc = hypfs_diag_create_files(root_dentry); in hypfs_fill_super() 282 update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | super.c | 907 struct dentry **root_dentry) in nilfs_get_root_dentry() argument 944 *root_dentry = dentry; in nilfs_get_root_dentry() 954 struct dentry **root_dentry) in nilfs_attach_snapshot() argument 983 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot() 996 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument 998 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy() 999 return d_count(root_dentry) > 1; in nilfs_tree_is_busy() 1280 struct dentry *root_dentry; in nilfs_mount() local 1350 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount() 1354 root_dentry = dget(s->s_root); in nilfs_mount() [all …]
|
/linux-6.3-rc2/mm/ |
A D | cma_debug.c | 163 static void cma_debugfs_add_one(struct cma *cma, struct dentry *root_dentry) in cma_debugfs_add_one() argument 167 tmp = debugfs_create_dir(cma->name, root_dentry); in cma_debugfs_add_one()
|
/linux-6.3-rc2/fs/orangefs/ |
A D | super.c | 419 struct dentry *root_dentry; in orangefs_fill_sb() local 465 root_dentry = d_make_root(root); in orangefs_fill_sb() 466 if (!root_dentry) in orangefs_fill_sb() 470 sb->s_root = root_dentry; in orangefs_fill_sb()
|
/linux-6.3-rc2/fs/overlayfs/ |
A D | super.c | 319 struct dentry *root_dentry = dentry->d_sb->s_root; in ovl_statfs() local 323 ovl_path_real(root_dentry, &path); in ovl_statfs() 1896 struct dentry *root_dentry; in ovl_fill_super() local 2066 root_dentry = ovl_get_root(sb, upperpath.dentry, oe); in ovl_fill_super() 2067 if (!root_dentry) in ovl_fill_super() 2073 sb->s_root = root_dentry; in ovl_fill_super()
|
/linux-6.3-rc2/fs/fuse/ |
A D | inode.c | 1526 struct dentry *root_dentry; in fuse_fill_super_common() local 1586 root_dentry = d_make_root(root); in fuse_fill_super_common() 1587 if (!root_dentry) in fuse_fill_super_common() 1602 sb->s_root = root_dentry; in fuse_fill_super_common() 1610 dput(root_dentry); in fuse_fill_super_common()
|
Completed in 20 milliseconds