Searched refs:t64 (Results 1 – 5 of 5) sorted by relevance
/fs/jfs/ |
D | resize.c | 62 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 | 228 s64 t64; in xtSearch() local 271 t64 = offsetXAD(xad); in xtSearch() 272 if (xoff < t64 + lengthXAD(xad)) { in xtSearch() 273 if (xoff >= t64) { in xtSearch() 287 t64 = offsetXAD(xad); in xtSearch() 288 if (xoff < t64 + lengthXAD(xad)) { in xtSearch() 289 if (xoff >= t64) { in xtSearch() 298 next = t64; in xtSearch() 360 XT_CMP(cmp, xoff, &p->xad[index], t64); in xtSearch()
|
/fs/ntfs3/ |
D | fslog.c | 3039 u64 t64; in do_action() local 3340 attr_run(attr), &t64)) { in do_action() 3344 attr->nres.evcn = cpu_to_le64(t64); in do_action() 3676 __le64 t64 = cpu_to_le64(*rlsn); in do_action() local 3679 rec->rhdr.lsn = t64; in do_action() 3681 ib->rhdr.lsn = t64; in do_action() 3760 u64 t64; in log_replay() local 4128 t64 = le64_to_cpu(rst->transact_table_lsn); in log_replay() 4129 err = read_log_rec_lcb(log, t64, lcb_ctx_prev, &lcb); in log_replay() 4168 t64 = le64_to_cpu(rst->dirty_pages_table_lsn); in log_replay() [all …]
|
D | inode.c | 44 u64 t64; in ntfs_read_mft() local 58 t64 = sbi->mft.lbo >> sbi->cluster_bits; in ntfs_read_mft() 63 if (!run_add_entry(&ni->file.run, 0, t64, t32, true)) { in ntfs_read_mft() 144 t64 = le64_to_cpu(attr->nres.alloc_size); in ntfs_read_mft() 145 if (le64_to_cpu(attr->nres.data_size) > t64 || in ntfs_read_mft() 146 le64_to_cpu(attr->nres.valid_size) > t64) in ntfs_read_mft() 390 t64 = le64_to_cpu(attr->nres.svcn); in ntfs_read_mft() 392 err = run_unpack_ex(run, sbi, ino, t64, le64_to_cpu(attr->nres.evcn), in ntfs_read_mft() 393 t64, Add2Ptr(attr, roff), asize - roff); in ntfs_read_mft()
|
D | fsntfs.c | 279 u64 t64 = sbi->mft.lbo; in ntfs_loadlog_and_replay() local 283 sbi->mft.lbo = t64; in ntfs_loadlog_and_replay()
|