Lines Matching refs:root_dentry
898 struct dentry **root_dentry) in nilfs_get_root_dentry() argument
935 *root_dentry = dentry; in nilfs_get_root_dentry()
945 struct dentry **root_dentry) in nilfs_attach_snapshot() argument
974 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot()
987 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument
989 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy()
990 return d_count(root_dentry) > 1; in nilfs_tree_is_busy()
1271 struct dentry *root_dentry; in nilfs_mount() local
1341 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount()
1345 root_dentry = dget(s->s_root); in nilfs_mount()
1351 return root_dentry; in nilfs_mount()