Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dquotaio_tree.c53 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()
Dquotaio_tree.h19 #define QT_TREEDEPTH 4 /* Depth of quota tree */ macro