Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_xtree.c70 (le16_to_cpu((P)->header.nextindex) > le16_to_cpu((P)->header.maxentry)) ||\
71 (le16_to_cpu((P)->header.maxentry) > (((BN)==0)?XTROOTMAXSLOT:PSIZE>>L2XTSLOTSIZE)))\
609 p->header.maxentry) in xtSearch()
653 p->header.maxentry) in xtSearch()
708 p->header.maxentry) in xtSearch()
745 if (p->header.nextindex == p->header.maxentry) in xtSearch()
848 if (nextindex == le16_to_cpu(p->header.maxentry)) { in xtInsert()
954 (le16_to_cpu(sp->header.maxentry) < XTROOTMAXSLOT) && in xtSplitUp()
956 sp->header.maxentry = cpu_to_le16(XTROOTMAXSLOT); in xtSplitUp()
1092 if (nextindex == le16_to_cpu(sp->header.maxentry)) { in xtSplitUp()
[all …]
Djfs_xtree.h99 s16 maxentry; /* 2: max number of entries */ member