Lines Matching refs:xsize
940 int xlen, xsize; in dtSplitUp() local
1015 xsize = xlen << sbi->l2bsize; in dtSplitUp()
1016 if (xsize < PSIZE) { in dtSplitUp()
1018 n = xsize >> L2DTSLOTSIZE; in dtSplitUp()
1646 int xlen, xsize; in dtExtendPage() local
1734 xsize = xlen << JFS_SBI(sb)->l2bsize; in dtExtendPage()
1742 n = xsize >> L2DTSLOTSIZE; in dtExtendPage()
1880 int xsize; in dtSplitRoot() local
1908 xsize = xlen << JFS_SBI(sb)->l2bsize; in dtSplitRoot()
1909 rmp = get_metapage(ip, rbn, xsize, 1); in dtSplitRoot()
1947 n = xsize >> L2DTSLOTSIZE; in dtSplitRoot()