Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dtree.c1344 int fsi, stblsize; in dtSplitPage() local
1421 stblsize = (n + 31) >> L2DTSLOTSIZE; /* in unit of slot */ in dtSplitPage()
1424 fsi = rp->header.stblindex + stblsize; in dtSplitPage()
1883 int fsi, stblsize, n; in dtSplitRoot() local
1949 stblsize = (n + 31) >> L2DTSLOTSIZE; in dtSplitRoot()
1964 fsi = n = DTROOTMAXSLOT + stblsize; in dtSplitRoot()