Lines Matching refs:xlen
200 s32 xlen; in read_index_page() local
202 rc = xtLookup(inode, blkno, 1, &xflag, &xaddr, &xlen, 1); in read_index_page()
219 s32 xlen; in get_index_page() local
221 rc = xtLookup(inode, blkno, 1, &xflag, &xaddr, &xlen, 1); in get_index_page()
933 int xlen, xsize; in dtSplitUp() local
968 xlen = 1; in dtSplitUp()
973 xlen++; in dtSplitUp()
974 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr))) { in dtSplitUp()
983 PXDlength(pxd, xlen); in dtSplitUp()
988 dbFree(ip, xaddr, xlen); in dtSplitUp()
995 ip->i_size = xlen << sbi->l2bsize; in dtSplitUp()
1007 xlen = lengthPXD(pxd); in dtSplitUp()
1008 xsize = xlen << sbi->l2bsize; in dtSplitUp()
1014 n = xlen + (xlen << 1); in dtSplitUp()
1016 n = xlen; in dtSplitUp()
1024 if ((rc = dbReAlloc(sbi->ipbmap, xaddr, (s64) xlen, in dtSplitUp()
1032 PXDlength(pxd, xlen + n); in dtSplitUp()
1038 xlen = lengthPXD(pxd); in dtSplitUp()
1039 dbFree(ip, nxaddr, (s64) xlen); in dtSplitUp()
1042 xlen = lengthPXD(pxd) - n; in dtSplitUp()
1043 xaddr = addressPXD(pxd) + xlen; in dtSplitUp()
1068 xlen = sbi->nbperpage; in dtSplitUp()
1070 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr)) == 0) { in dtSplitUp()
1072 PXDlength(pxd, xlen); in dtSplitUp()
1639 int xlen, xsize; in dtExtendPage() local
1726 xlen = lengthPXD(pxd); in dtExtendPage()
1727 xsize = xlen << JFS_SBI(sb)->l2bsize; in dtExtendPage()
1872 int xlen; in dtSplitRoot() local
1900 xlen = lengthPXD(pxd); in dtSplitRoot()
1901 xsize = xlen << JFS_SBI(sb)->l2bsize; in dtSplitRoot()
2232 int xlen; in dtDeleteUp() local
2278 xlen = lengthPXD(&fp->header.self); in dtDeleteUp()
2281 dquot_free_block(ip, xlen); in dtDeleteUp()
2354 xlen = lengthPXD(&p->header.self); in dtDeleteUp()
2357 dquot_free_block(ip, xlen); in dtDeleteUp()
2444 int xlen, xsize; in dtRelocate() local
2452 xlen = lengthPXD(opxd); in dtRelocate()
2456 xlen); in dtRelocate()
2568 xsize = xlen << JFS_SBI(ip->i_sb)->l2bsize; in dtRelocate()
2591 PXDlength(&pxdlock->pxd, xlen); in dtRelocate()