Searched refs:t64 (Results 1 – 2 of 2) sorted by relevance
/fs/jfs/ |
D | resize.c | 61 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; in jfs_extendfs() local 161 t64 = ((newLVSize - newLogSize + BPERDMAP - 1) >> L2BPERDMAP) in jfs_extendfs() 163 t32 = DIV_ROUND_UP(t64, BITSPERPAGE) + 1 + 50; in jfs_extendfs() 288 t64 = (newMapSize - 1) + BPERDMAP; in jfs_extendfs() 289 newNpages = BLKTODMAPN(t64) + 1; in jfs_extendfs() 306 t64 = dbMapFileSizeToMapSize(ipbmap); in jfs_extendfs() 307 if (mapSize > t64) { in jfs_extendfs() 309 (long long) mapSize, (long long) t64); in jfs_extendfs() 313 nblocks = min(t64 - mapSize, XSize); in jfs_extendfs()
|
D | jfs_xtree.c | 239 s64 t64; in xtSearch() local 282 t64 = offsetXAD(xad); in xtSearch() 283 if (xoff < t64 + lengthXAD(xad)) { in xtSearch() 284 if (xoff >= t64) { in xtSearch() 298 t64 = offsetXAD(xad); in xtSearch() 299 if (xoff < t64 + lengthXAD(xad)) { in xtSearch() 300 if (xoff >= t64) { in xtSearch() 309 next = t64; in xtSearch() 371 XT_CMP(cmp, xoff, &p->xad[index], t64); in xtSearch() 2890 s64 t64; in xtSearchNode() local [all …]
|