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/quota/
quotaio_tree.h
13
#define
QT_TREEDEPTH
4 /* Depth of quota tree */
quotaio_tree.c
52
return (id >> ((
QT_TREEDEPTH
- depth - 1) * 8)) & 0xff;
277
if (depth ==
QT_TREEDEPTH
- 1) {
401
if (depth ==
QT_TREEDEPTH
- 1) {
480
if (depth <
QT_TREEDEPTH
- 1)
599
if (depth ==
QT_TREEDEPTH
- 1) {
Completed in 769 milliseconds