OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QT_TREEDEPTH
(Results
1 - 4
of
4
) 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) {
/external/f2fs-tools/fsck/
quotaio_tree.h
19
#define
QT_TREEDEPTH
4 /* Depth of quota tree */
quotaio_tree.c
54
return (id >> ((
QT_TREEDEPTH
- depth - 1) * 8)) & 0xff;
281
if (depth ==
QT_TREEDEPTH
- 1) {
417
if (depth ==
QT_TREEDEPTH
- 1) {
496
if (depth <
QT_TREEDEPTH
- 1)
628
if (depth ==
QT_TREEDEPTH
- 1) {
Completed in 107 milliseconds