Searched refs:stblsize (Results 1 – 1 of 1) sorted by relevance
1350 int fsi, stblsize; in dtSplitPage() local1427 stblsize = (n + 31) >> L2DTSLOTSIZE; /* in unit of slot */ in dtSplitPage()1430 fsi = rp->header.stblindex + stblsize; in dtSplitPage()1889 int fsi, stblsize, n; in dtSplitRoot() local1955 stblsize = (n + 31) >> L2DTSLOTSIZE; in dtSplitRoot()1970 fsi = n = DTROOTMAXSLOT + stblsize; in dtSplitRoot()