Searched refs:t64 (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/jfs/ |
D | resize.c | 74 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; in jfs_extendfs() local 174 t64 = ((newLVSize - newLogSize + BPERDMAP - 1) >> L2BPERDMAP) in jfs_extendfs() 176 t32 = DIV_ROUND_UP(t64, BITSPERPAGE) + 1 + 50; in jfs_extendfs() 301 t64 = (newMapSize - 1) + BPERDMAP; in jfs_extendfs() 302 newNpages = BLKTODMAPN(t64) + 1; in jfs_extendfs() 319 t64 = dbMapFileSizeToMapSize(ipbmap); in jfs_extendfs() 320 if (mapSize > t64) { in jfs_extendfs() 322 (long long) mapSize, (long long) t64); in jfs_extendfs() 326 nblocks = min(t64 - mapSize, XSize); in jfs_extendfs()
|
D | jfs_xtree.c | 252 s64 t64; in xtSearch() local 295 t64 = offsetXAD(xad); in xtSearch() 296 if (xoff < t64 + lengthXAD(xad)) { in xtSearch() 297 if (xoff >= t64) { in xtSearch() 311 t64 = offsetXAD(xad); in xtSearch() 312 if (xoff < t64 + lengthXAD(xad)) { in xtSearch() 313 if (xoff >= t64) { in xtSearch() 322 next = t64; in xtSearch() 384 XT_CMP(cmp, xoff, &p->xad[index], t64); in xtSearch() 2903 s64 t64; in xtSearchNode() local [all …]
|