Searched refs:XTROOTMAXSLOT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_xtree.h84 #define XTROOTMAXSLOT 18 macro
105 xad_t xad[XTROOTMAXSLOT]; /* 16 * maxentry: xad array */
H A Djfs_xtree.c74 (le16_to_cpu((P)->header.maxentry) > (((BN)==0)?XTROOTMAXSLOT:PSIZE>>L2XTSLOTSIZE)))\
715 (le16_to_cpu(sp->header.maxentry) < XTROOTMAXSLOT) &&
717 sp->header.maxentry = cpu_to_le16(XTROOTMAXSLOT);
3598 if (le16_to_cpu(p->header.maxentry) == XTROOTMAXSLOT) {

Completed in 170 milliseconds