Searched refs:DTROOTMAXSLOT (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_dtree.h165 #define DTROOTMAXSLOT 9 macro
H A Djfs_dtree.c132 if (((P)->header.nextindex > (((BN)==0)?DTROOTMAXSLOT:(P)->header.maxslot)) ||\
983 n -= DTROOTMAXSLOT - sp->header.freecnt; /* header + entries */
1957 rp->header.stblindex = DTROOTMAXSLOT;
1958 stbl = (s8 *) & rp->slot[DTROOTMAXSLOT];
1969 fsi = n = DTROOTMAXSLOT + stblsize;
2035 lv->length = DTROOTMAXSLOT;
2060 for (fsi++; fsi < DTROOTMAXSLOT; f++, fsi++)
2065 sp->header.freecnt = DTROOTMAXSLOT - (DTENTRYSTART + 1);
2884 lv->length = DTROOTMAXSLOT;
2898 for (fsi++; fsi < DTROOTMAXSLOT;
[all...]

Completed in 51 milliseconds