Searched refs:maxentry (Results 1 – 2 of 2) sorted by relevance
73 le16_to_cpu((P)->header.maxentry)) || \74 (le16_to_cpu((P)->header.maxentry) > \351 p->header.maxentry) in xtSearch()398 p->header.maxentry) in xtSearch()456 p->header.maxentry) in xtSearch()496 if (p->header.nextindex == p->header.maxentry) in xtSearch()609 if (nextindex == le16_to_cpu(p->header.maxentry)) { in xtInsert()716 (le16_to_cpu(sp->header.maxentry) < XTROOTMAXSLOT) && in xtSplitUp()718 sp->header.maxentry = cpu_to_le16(XTROOTMAXSLOT); in xtSplitUp()853 if (nextindex == le16_to_cpu(sp->header.maxentry)) { in xtSplitUp()[all …]
92 __le16 maxentry; /* 2: max number of entries */ member