Searched refs:root_dentry (Results 1 – 4 of 4) sorted by relevance
275 struct dentry *root_dentry; in hypfs_fill_super() local297 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super()298 if (!root_dentry) in hypfs_fill_super()301 rc = hypfs_vm_create_files(root_dentry); in hypfs_fill_super()303 rc = hypfs_diag_create_files(root_dentry); in hypfs_fill_super()306 sbi->update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()
499 struct dentry *root_dentry = dentry->d_sb->s_root; in ovl_statfs() local503 ovl_path_real(root_dentry, &path); in ovl_statfs()826 struct dentry *root_dentry; in ovl_fill_super() local974 root_dentry = d_make_root(ovl_new_inode(sb, S_IFDIR, oe)); in ovl_fill_super()975 if (!root_dentry) in ovl_fill_super()991 root_dentry->d_fsdata = oe; in ovl_fill_super()993 ovl_copyattr(ovl_dentry_real(root_dentry)->d_inode, in ovl_fill_super()994 root_dentry->d_inode); in ovl_fill_super()998 sb->s_root = root_dentry; in ovl_fill_super()
920 struct dentry **root_dentry) in nilfs_get_root_dentry() argument957 *root_dentry = dentry; in nilfs_get_root_dentry()967 struct dentry **root_dentry) in nilfs_attach_snapshot() argument996 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot()1009 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument1011 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy()1012 return d_count(root_dentry) > 1; in nilfs_tree_is_busy()1279 struct dentry *root_dentry; in nilfs_mount() local1352 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount()1356 root_dentry = dget(s->s_root); in nilfs_mount()[all …]
984 struct dentry *root_dentry; in fuse_fill_super() local1054 root_dentry = d_make_root(root); in fuse_fill_super()1055 if (!root_dentry) in fuse_fill_super()1081 sb->s_root = root_dentry; in fuse_fill_super()1101 dput(root_dentry); in fuse_fill_super()