Searched refs:QT_TREEDEPTH (Results 1 – 2 of 2) sorted by relevance
52 return (id >> ((QT_TREEDEPTH - depth - 1) * 8)) & 0xff; in get_index()277 if (depth == QT_TREEDEPTH - 1) { in do_insert_tree()401 if (depth == QT_TREEDEPTH - 1) { in remove_tree()480 if (depth < QT_TREEDEPTH - 1) in find_tree_dqentry()599 if (depth == QT_TREEDEPTH - 1) { in report_tree()
13 #define QT_TREEDEPTH 4 /* Depth of quota tree */ macro