Searched refs:root_dentry (Results 1 – 4 of 4) sorted by relevance
270 struct dentry *root_dentry; in hypfs_fill_super() local292 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super()293 if (!root_dentry) in hypfs_fill_super()296 rc = hypfs_vm_create_files(root_dentry); in hypfs_fill_super()298 rc = hypfs_diag_create_files(root_dentry); in hypfs_fill_super()301 sbi->update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()
923 struct dentry **root_dentry) in nilfs_get_root_dentry() argument960 *root_dentry = dentry; in nilfs_get_root_dentry()970 struct dentry **root_dentry) in nilfs_attach_snapshot() argument999 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot()1012 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument1014 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy()1015 return d_count(root_dentry) > 1; in nilfs_tree_is_busy()1282 struct dentry *root_dentry; in nilfs_mount() local1355 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount()1359 root_dentry = dget(s->s_root); in nilfs_mount()[all …]
603 struct dentry *root_dentry = dentry->d_sb->s_root; in ovl_statfs() local607 ovl_path_real(root_dentry, &path); in ovl_statfs()922 struct dentry *root_dentry; in ovl_fill_super() local1075 root_dentry = d_make_root(ovl_new_inode(sb, S_IFDIR, oe)); in ovl_fill_super()1076 if (!root_dentry) in ovl_fill_super()1092 root_dentry->d_fsdata = oe; in ovl_fill_super()1094 ovl_copyattr(ovl_dentry_real(root_dentry)->d_inode, in ovl_fill_super()1095 root_dentry->d_inode); in ovl_fill_super()1099 sb->s_root = root_dentry; in ovl_fill_super()
1035 struct dentry *root_dentry; in fuse_fill_super() local1109 root_dentry = d_make_root(root); in fuse_fill_super()1110 if (!root_dentry) in fuse_fill_super()1136 sb->s_root = root_dentry; in fuse_fill_super()1155 dput(root_dentry); in fuse_fill_super()