Lines Matching refs:root_dentry
923 struct dentry **root_dentry) in nilfs_get_root_dentry() argument
960 *root_dentry = dentry; in nilfs_get_root_dentry()
970 struct dentry **root_dentry) in nilfs_attach_snapshot() argument
999 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() argument
1014 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() local
1355 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount()
1359 root_dentry = dget(s->s_root); in nilfs_mount()
1365 return root_dentry; in nilfs_mount()