Lines Matching refs:xlen

213 	s32 xlen;  in read_index_page()  local
215 rc = xtLookup(inode, blkno, 1, &xflag, &xaddr, &xlen, 1); in read_index_page()
232 s32 xlen; in get_index_page() local
234 rc = xtLookup(inode, blkno, 1, &xflag, &xaddr, &xlen, 1); in get_index_page()
945 int xlen, xsize; in dtSplitUp() local
980 xlen = 1; in dtSplitUp()
985 xlen++; in dtSplitUp()
986 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr))) { in dtSplitUp()
995 PXDlength(pxd, xlen); in dtSplitUp()
1000 dbFree(ip, xaddr, xlen); in dtSplitUp()
1007 ip->i_size = xlen << sbi->l2bsize; in dtSplitUp()
1019 xlen = lengthPXD(pxd); in dtSplitUp()
1020 xsize = xlen << sbi->l2bsize; in dtSplitUp()
1026 n = xlen + (xlen << 1); in dtSplitUp()
1028 n = xlen; in dtSplitUp()
1036 if ((rc = dbReAlloc(sbi->ipbmap, xaddr, (s64) xlen, in dtSplitUp()
1044 PXDlength(pxd, xlen + n); in dtSplitUp()
1050 xlen = lengthPXD(pxd); in dtSplitUp()
1051 dbFree(ip, nxaddr, (s64) xlen); in dtSplitUp()
1054 xlen = lengthPXD(pxd) - n; in dtSplitUp()
1055 xaddr = addressPXD(pxd) + xlen; in dtSplitUp()
1080 xlen = sbi->nbperpage; in dtSplitUp()
1082 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr)) == 0) { in dtSplitUp()
1084 PXDlength(pxd, xlen); in dtSplitUp()
1651 int xlen, xsize; in dtExtendPage() local
1738 xlen = lengthPXD(pxd); in dtExtendPage()
1739 xsize = xlen << JFS_SBI(sb)->l2bsize; in dtExtendPage()
1884 int xlen; in dtSplitRoot() local
1912 xlen = lengthPXD(pxd); in dtSplitRoot()
1913 xsize = xlen << JFS_SBI(sb)->l2bsize; in dtSplitRoot()
2244 int xlen; in dtDeleteUp() local
2290 xlen = lengthPXD(&fp->header.self); in dtDeleteUp()
2293 dquot_free_block(ip, xlen); in dtDeleteUp()
2366 xlen = lengthPXD(&p->header.self); in dtDeleteUp()
2369 dquot_free_block(ip, xlen); in dtDeleteUp()
2456 int xlen, xsize; in dtRelocate() local
2464 xlen = lengthPXD(opxd); in dtRelocate()
2468 xlen); in dtRelocate()
2580 xsize = xlen << JFS_SBI(ip->i_sb)->l2bsize; in dtRelocate()
2603 PXDlength(&pxdlock->pxd, xlen); in dtRelocate()