Home
last modified time | relevance | path

Searched refs:QT_TREEDEPTH (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/quota/
Dquotaio_tree.c52 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()
Dquotaio_tree.h13 #define QT_TREEDEPTH 4 /* Depth of quota tree */ macro