Lines Matching refs:root_dentry
930 struct dentry **root_dentry)
967 *root_dentry = dentry;
977 struct dentry **root_dentry)
1006 ret = nilfs_get_root_dentry(s, root, root_dentry);
1015 * @root_dentry: root dentry of the tree to be shrunk
1019 static bool nilfs_tree_is_busy(struct dentry *root_dentry)
1021 shrink_dcache_parent(root_dentry);
1022 return d_count(root_dentry) > 1;
1354 struct dentry *root_dentry;
1356 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry);
1359 return root_dentry;