Searched refs:root_dentry (Results 1 – 3 of 3) sorted by relevance
898 struct dentry **root_dentry) in nilfs_get_root_dentry() argument935 *root_dentry = dentry; in nilfs_get_root_dentry()945 struct dentry **root_dentry) in nilfs_attach_snapshot() argument974 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot()981 static int nilfs_tree_was_touched(struct dentry *root_dentry) in nilfs_tree_was_touched() argument983 return root_dentry->d_count > 1; in nilfs_tree_was_touched()992 static int nilfs_try_to_shrink_tree(struct dentry *root_dentry) in nilfs_try_to_shrink_tree() argument994 if (have_submounts(root_dentry)) in nilfs_try_to_shrink_tree()996 shrink_dcache_parent(root_dentry); in nilfs_try_to_shrink_tree()997 return nilfs_tree_was_touched(root_dentry); in nilfs_try_to_shrink_tree()[all …]
274 struct dentry *root_dentry; in hypfs_fill_super() local296 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super()297 if (!root_dentry) in hypfs_fill_super()300 rc = hypfs_vm_create_files(sb, root_dentry); in hypfs_fill_super()302 rc = hypfs_diag_create_files(sb, root_dentry); in hypfs_fill_super()305 sbi->update_file = hypfs_create_update_file(sb, root_dentry); in hypfs_fill_super()
940 struct dentry *root_dentry; in fuse_fill_super() local1009 root_dentry = d_make_root(root); in fuse_fill_super()1010 if (!root_dentry) in fuse_fill_super()1035 sb->s_root = root_dentry; in fuse_fill_super()1055 dput(root_dentry); in fuse_fill_super()