Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dquotaio_v2.h76 #define V2_DQTREEDEPTH 4 /* Depth of quota tree */ macro
/linux-2.4.37.9/fs/
Dquota_v2.c25 #define GETIDINDEX(id, depth) (((id) >> ((V2_DQTREEDEPTH-(depth)-1)*8)) & 0xff)
376 if (depth == V2_DQTREEDEPTH-1) { in do_insert_tree()
507 if (depth == V2_DQTREEDEPTH-1) { in remove_tree()
595 if (depth < V2_DQTREEDEPTH-1) in find_tree_dqentry()