Lines Matching refs:root_dentry
929 struct dentry **root_dentry)
966 *root_dentry = dentry;
976 struct dentry **root_dentry)
1005 ret = nilfs_get_root_dentry(s, root, root_dentry);
1014 * @root_dentry: root dentry of the tree to be shrunk
1018 static bool nilfs_tree_is_busy(struct dentry *root_dentry)
1020 shrink_dcache_parent(root_dentry);
1021 return d_count(root_dentry) > 1;
1303 struct dentry *root_dentry;
1373 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry);
1377 root_dentry = dget(s->s_root);
1383 return root_dentry;