Searched refs:maxentry (Results 1 – 2 of 2) sorted by relevance
60 le16_to_cpu((P)->header.maxentry)) || \61 (le16_to_cpu((P)->header.maxentry) > \338 p->header.maxentry) in xtSearch()385 p->header.maxentry) in xtSearch()443 p->header.maxentry) in xtSearch()483 if (p->header.nextindex == p->header.maxentry) in xtSearch()596 if (nextindex == le16_to_cpu(p->header.maxentry)) { in xtInsert()703 (le16_to_cpu(sp->header.maxentry) < XTROOTMAXSLOT) && in xtSplitUp()705 sp->header.maxentry = cpu_to_le16(XTROOTMAXSLOT); in xtSplitUp()840 if (nextindex == le16_to_cpu(sp->header.maxentry)) { in xtSplitUp()[all …]
79 __le16 maxentry; /* 2: max number of entries */ member