Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_xtree.c73 (le16_to_cpu((P)->header.nextindex) > le16_to_cpu((P)->header.maxentry)) ||\
74 (le16_to_cpu((P)->header.maxentry) > (((BN)==0)?XTROOTMAXSLOT:PSIZE>>L2XTSLOTSIZE)))\
611 p->header.maxentry) in xtSearch()
658 p->header.maxentry) in xtSearch()
716 p->header.maxentry) in xtSearch()
756 if (p->header.nextindex == p->header.maxentry) in xtSearch()
869 if (nextindex == le16_to_cpu(p->header.maxentry)) { in xtInsert()
976 (le16_to_cpu(sp->header.maxentry) < XTROOTMAXSLOT) && in xtSplitUp()
978 sp->header.maxentry = cpu_to_le16(XTROOTMAXSLOT); in xtSplitUp()
1113 if (nextindex == le16_to_cpu(sp->header.maxentry)) { in xtSplitUp()
[all …]
Djfs_xtree.h99 __le16 maxentry; /* 2: max number of entries */ member