Lines Matching refs:xsize
933 int xlen, xsize; in dtSplitUp() local
1008 xsize = xlen << sbi->l2bsize; in dtSplitUp()
1009 if (xsize < PSIZE) { in dtSplitUp()
1011 n = xsize >> L2DTSLOTSIZE; in dtSplitUp()
1639 int xlen, xsize; in dtExtendPage() local
1727 xsize = xlen << JFS_SBI(sb)->l2bsize; in dtExtendPage()
1735 n = xsize >> L2DTSLOTSIZE; in dtExtendPage()
1873 int xsize; in dtSplitRoot() local
1901 xsize = xlen << JFS_SBI(sb)->l2bsize; in dtSplitRoot()
1902 rmp = get_metapage(ip, rbn, xsize, 1); in dtSplitRoot()
1940 n = xsize >> L2DTSLOTSIZE; in dtSplitRoot()