Searched refs:report_tree (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | quotaio_tree.c | 594 static int report_tree(struct dquot *dquot, unsigned int blk, int depth, in report_tree() function 620 entries += report_tree(dquot, blk, depth + 1, in report_tree() 658 v2info->dqi_used_entries = report_tree(dquot, QT_TREEOFF, 0, bitmap, in qtree_scan_dquots()
|
/external/f2fs-tools/fsck/ |
D | quotaio_tree.c | 601 static int report_tree(struct dquot *dquot, unsigned int blk, int depth, in report_tree() function 627 if (report_tree(dquot, blk, depth + 1, bitmap, entries, in report_tree() 664 if (report_tree(dquot, QT_TREEOFF, 0, bitmap, &entries, process_dquot, in qtree_scan_dquots()
|