Lines Matching refs:root_dentry
920 struct dentry **root_dentry) in nilfs_get_root_dentry() argument
957 *root_dentry = dentry; in nilfs_get_root_dentry()
967 struct dentry **root_dentry) in nilfs_attach_snapshot() argument
996 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() argument
1011 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() local
1352 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount()
1356 root_dentry = dget(s->s_root); in nilfs_mount()
1362 return root_dentry; in nilfs_mount()