Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jfs/
Djfs_dtree.h165 #define DTROOTMAXSLOT 9 macro
Djfs_dtree.c132 if (((P)->header.nextindex > (((BN)==0)?DTROOTMAXSLOT:(P)->header.maxslot)) ||\
983 n -= DTROOTMAXSLOT - sp->header.freecnt; /* header + entries */ in dtSplitUp()
1957 rp->header.stblindex = DTROOTMAXSLOT; in dtSplitRoot()
1958 stbl = (s8 *) & rp->slot[DTROOTMAXSLOT]; in dtSplitRoot()
1969 fsi = n = DTROOTMAXSLOT + stblsize; in dtSplitRoot()
2035 lv->length = DTROOTMAXSLOT; in dtSplitRoot()
2060 for (fsi++; fsi < DTROOTMAXSLOT; f++, fsi++) in dtSplitRoot()
2065 sp->header.freecnt = DTROOTMAXSLOT - (DTENTRYSTART + 1); in dtSplitRoot()
2884 lv->length = DTROOTMAXSLOT; in dtInitRoot()
2898 for (fsi++; fsi < DTROOTMAXSLOT; f++, fsi++) in dtInitRoot()