Lines Matching refs:t64
62 s64 XAddress, XSize, nblocks, xoff, xaddr, t64;
162 t64 = ((newLVSize - newLogSize + BPERDMAP - 1) >> L2BPERDMAP)
164 t32 = DIV_ROUND_UP(t64, BITSPERPAGE) + 1 + 50;
289 t64 = (newMapSize - 1) + BPERDMAP;
290 newNpages = BLKTODMAPN(t64) + 1;
307 t64 = dbMapFileSizeToMapSize(ipbmap);
308 if (mapSize > t64) {
309 printk(KERN_ERR "jfs_extendfs: mapSize (0x%Lx) > t64 (0x%Lx)\n",
310 (long long) mapSize, (long long) t64);
314 nblocks = min(t64 - mapSize, XSize);