Searched refs:QT_TREEDEPTH (Results 1 – 2 of 2) sorted by relevance
53 return (id >> ((QT_TREEDEPTH - depth - 1) * 8)) & 0xff; in get_index()280 if (depth == QT_TREEDEPTH - 1) { in do_insert_tree()417 if (depth == QT_TREEDEPTH - 1) { in remove_tree()496 if (depth < QT_TREEDEPTH - 1) in find_tree_dqentry()626 if (depth == QT_TREEDEPTH - 1) { in report_tree()
19 #define QT_TREEDEPTH 4 /* Depth of quota tree */ macro