Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_dtree.h152 #define DTROOTMAXSLOT 9 macro
Djfs_dtree.c119 (((BN) == 0) ? DTROOTMAXSLOT : (P)->header.maxslot)) || \
971 n -= DTROOTMAXSLOT - sp->header.freecnt; /* header + entries */ in dtSplitUp()
1945 rp->header.stblindex = DTROOTMAXSLOT; in dtSplitRoot()
1946 stbl = (s8 *) & rp->slot[DTROOTMAXSLOT]; in dtSplitRoot()
1957 fsi = n = DTROOTMAXSLOT + stblsize; in dtSplitRoot()
2023 lv->length = DTROOTMAXSLOT; in dtSplitRoot()
2048 for (fsi++; fsi < DTROOTMAXSLOT; f++, fsi++) in dtSplitRoot()
2053 sp->header.freecnt = DTROOTMAXSLOT - (DTENTRYSTART + 1); in dtSplitRoot()
2574 lv->length = DTROOTMAXSLOT; in dtInitRoot()
2588 for (fsi++; fsi < DTROOTMAXSLOT; f++, fsi++) in dtInitRoot()