Lines Matching defs:ll
648 s64 ll;
757 ll = le64_to_cpu(b->number_of_sectors) >> sectors_per_cluster_bits;
758 if ((u64)ll >= 1ULL << 32) {
762 vol->nr_clusters = ll;
764 ll = le64_to_cpu(b->mft_lcn);
765 if (ll >= vol->nr_clusters) {
767 ll, ll);
770 vol->mft_lcn = ll;
772 ll = le64_to_cpu(b->mftmirr_lcn);
773 if (ll >= vol->nr_clusters) {
775 ll, ll);
778 vol->mftmirr_lcn = ll;
2214 * MFT (and other metadata) from disk into memory. We'll only