Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dtree.h165 #define DTROOTMAXSLOT 9 macro
Djfs_dtree.c130 if (((P)->header.nextindex > (((BN)==0)?DTROOTMAXSLOT:(P)->header.maxslot)) ||\
979 n -= DTROOTMAXSLOT - sp->header.freecnt; /* header + entries */ in dtSplitUp()
1933 rp->header.stblindex = DTROOTMAXSLOT; in dtSplitRoot()
1934 stbl = (s8 *) & rp->slot[DTROOTMAXSLOT]; in dtSplitRoot()
1945 fsi = n = DTROOTMAXSLOT + stblsize; in dtSplitRoot()
2011 lv->length = DTROOTMAXSLOT; in dtSplitRoot()
2036 for (fsi++; fsi < DTROOTMAXSLOT; f++, fsi++) in dtSplitRoot()
2041 sp->header.freecnt = DTROOTMAXSLOT - (DTENTRYSTART + 1); in dtSplitRoot()
2856 lv->length = DTROOTMAXSLOT; in dtInitRoot()
2870 for (fsi++; fsi < DTROOTMAXSLOT; f++, fsi++) in dtInitRoot()