Lines Matching refs:ll
444 mrec->lsn = const_cpu_to_sle64(0ll);
550 s64 pass_end, ll, data_pos, pass_start, ofs, bit;
566 ll = mftbmp_na->initialized_size << 3;
567 if (pass_end > ll)
568 pass_end = ll;
606 ll = ((pass_end + 7) >> 3) - ofs;
607 if (size > ll)
608 size = ll;
609 ll = ntfs_attr_pread(mftbmp_na, ofs, size, buf);
610 if (ll < 0) {
615 ntfs_log_debug("Read 0x%llx bytes.\n", (long long)ll);
617 if (ll) {
618 size = ll << 3;
718 s64 ll = 0; /* silence compiler warning */
785 ll = sle64_to_cpu(a->lowest_vcn);
786 rl2 = ntfs_attr_find_vcn(mftbmp_na, ll);
795 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, INT_MAX);
818 le16_to_cpu(a->mapping_pairs_offset), mp_size, rl2, ll,
891 rl2, ll, NULL))
943 s64 old_data_size, old_initialized_size, ll;
977 ll = 0;
978 ll = ntfs_attr_pwrite(mftbmp_na, old_initialized_size, 8, &ll);
979 if (ll == 8) {
987 if (ll >= 0)
1040 s64 min_nr, nr, ll = 0; /* silence compiler warning */
1134 ll = sle64_to_cpu(a->lowest_vcn);
1135 rl2 = ntfs_attr_find_vcn(mft_na, ll);
1144 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, INT_MAX);
1169 rl2, ll, NULL)) {
1242 rl2, ll, NULL))
1428 s64 ll, bit;
1504 ll = (bit + 1) << vol->mft_record_size_bits;
1505 if (ll > mft_na->initialized_size)
1506 if (ntfs_mft_rec_init(vol, ll) < 0)
1713 s64 ll, bit;
1757 ll = mft_na->initialized_size >> vol->mft_record_size_bits;
1758 if (mftbmp_na->initialized_size << 3 > ll &&
1760 bit = ll;
1819 ll = (bit + 1) << vol->mft_record_size_bits;
1820 if (ll > mft_na->initialized_size)
1821 if (ntfs_mft_record_init(vol, ll) < 0)