Searched refs:root_dentry (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/s390/hypfs/ |
D | inode.c | 265 struct dentry *root_dentry, *update_file; in hypfs_fill_super() local 278 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super() 279 if (!root_dentry) in hypfs_fill_super() 282 rc = hypfs_vm_create_files(root_dentry); in hypfs_fill_super() 284 rc = hypfs_diag_create_files(root_dentry); in hypfs_fill_super() 287 update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()
|
/Linux-v5.4/fs/overlayfs/ |
D | super.c | 293 struct dentry *root_dentry = dentry->d_sb->s_root; in ovl_statfs() local 297 ovl_path_real(root_dentry, &path); in ovl_statfs() 1562 struct dentry *root_dentry; in ovl_fill_super() local 1675 root_dentry = d_make_root(ovl_new_inode(sb, S_IFDIR, 0)); in ovl_fill_super() 1676 if (!root_dentry) in ovl_fill_super() 1679 root_dentry->d_fsdata = oe; in ovl_fill_super() 1683 ovl_dentry_set_upper_alias(root_dentry); in ovl_fill_super() 1685 ovl_set_flag(OVL_IMPURE, d_inode(root_dentry)); in ovl_fill_super() 1689 ovl_set_flag(OVL_WHITEOUTS, d_inode(root_dentry)); in ovl_fill_super() 1690 ovl_dentry_set_flag(OVL_E_CONNECTED, root_dentry); in ovl_fill_super() [all …]
|
/Linux-v5.4/fs/nilfs2/ |
D | super.c | 895 struct dentry **root_dentry) in nilfs_get_root_dentry() argument 932 *root_dentry = dentry; in nilfs_get_root_dentry() 942 struct dentry **root_dentry) in nilfs_attach_snapshot() argument 971 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot() 984 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument 986 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy() 987 return d_count(root_dentry) > 1; in nilfs_tree_is_busy() 1270 struct dentry *root_dentry; in nilfs_mount() local 1340 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount() 1344 root_dentry = dget(s->s_root); in nilfs_mount() [all …]
|
/Linux-v5.4/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 171 tmp = debugfs_create_dir(name, root_dentry); in cma_debugfs_add_one()
|
/Linux-v5.4/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-v5.4/fs/fuse/ |
D | inode.c | 1124 struct dentry *root_dentry; in fuse_fill_super_common() local 1191 root_dentry = d_make_root(root); in fuse_fill_super_common() 1192 if (!root_dentry) in fuse_fill_super_common() 1207 sb->s_root = root_dentry; in fuse_fill_super_common() 1214 dput(root_dentry); in fuse_fill_super_common()
|