Searched refs:root_dentry (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/s390/hypfs/ |
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.12.1/fs/xfs/scrub/ |
D | orphanage.c | 126 struct dentry *root_dentry, *orphanage_dentry; in xrep_orphanage_create() local 142 root_dentry = d_find_alias(root_inode); in xrep_orphanage_create() 143 if (!root_dentry) { in xrep_orphanage_create() 149 if (!d_is_dir(root_dentry)) { in xrep_orphanage_create() 156 orphanage_dentry = lookup_one_len(ORPHANAGE, root_dentry, in xrep_orphanage_create() 207 dput(root_dentry); in xrep_orphanage_create()
|
/linux-6.12.1/fs/nilfs2/ |
D | super.c | 903 struct dentry **root_dentry) in nilfs_get_root_dentry() argument 940 *root_dentry = dentry; in nilfs_get_root_dentry() 950 struct dentry **root_dentry) in nilfs_attach_snapshot() argument 979 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot() 992 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument 994 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy() 995 return d_count(root_dentry) > 1; in nilfs_tree_is_busy() 1254 struct dentry *root_dentry; in nilfs_get_tree() local 1256 err = nilfs_attach_snapshot(s, ctx->cno, &root_dentry); in nilfs_get_tree() 1259 fc->root = root_dentry; in nilfs_get_tree()
|
/linux-6.12.1/mm/ |
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.12.1/fs/orangefs/ |
D | super.c | 418 struct dentry *root_dentry; in orangefs_fill_sb() local 464 root_dentry = d_make_root(root); in orangefs_fill_sb() 465 if (!root_dentry) in orangefs_fill_sb() 469 sb->s_root = root_dentry; in orangefs_fill_sb()
|
/linux-6.12.1/fs/overlayfs/ |
D | super.c | 244 struct dentry *root_dentry = sb->s_root; in ovl_statfs() local 248 ovl_path_real(root_dentry, &path); in ovl_statfs() 1290 struct dentry *root_dentry; in ovl_fill_super() local 1460 root_dentry = ovl_get_root(sb, ctx->upper.dentry, oe); in ovl_fill_super() 1461 if (!root_dentry) in ovl_fill_super() 1464 sb->s_root = root_dentry; in ovl_fill_super()
|
/linux-6.12.1/fs/fuse/ |
D | inode.c | 1698 struct dentry *root_dentry; in fuse_fill_super_common() local 1758 root_dentry = d_make_root(root); in fuse_fill_super_common() 1759 if (!root_dentry) in fuse_fill_super_common() 1774 sb->s_root = root_dentry; in fuse_fill_super_common() 1782 dput(root_dentry); in fuse_fill_super_common()
|