Lines Matching refs:root_dentry
934 struct dentry **root_dentry) in nilfs_get_root_dentry() argument
971 *root_dentry = dentry; in nilfs_get_root_dentry()
981 struct dentry **root_dentry) in nilfs_attach_snapshot() argument
1010 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot()
1023 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument
1025 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy()
1026 return d_count(root_dentry) > 1; in nilfs_tree_is_busy()
1308 struct dentry *root_dentry; in nilfs_mount() local
1378 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount()
1382 root_dentry = dget(s->s_root); in nilfs_mount()
1388 return root_dentry; in nilfs_mount()