OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QT_TREEDEPTH
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/support/
quotaio_tree.h
13
#define
QT_TREEDEPTH
4 /* Depth of quota tree */
quotaio_tree.c
53
return (id >> ((
QT_TREEDEPTH
- depth - 1) * 8)) & 0xff;
281
if (depth ==
QT_TREEDEPTH
- 1) {
408
if (depth ==
QT_TREEDEPTH
- 1) {
487
if (depth <
QT_TREEDEPTH
- 1)
607
if (depth ==
QT_TREEDEPTH
- 1) {
Completed in 1181 milliseconds