Searched refs:mft_lcn (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dbootsect.c190 * The bounds checks on mft_lcn and mft_mirr_lcn (i.e. them being
207 vol->mft_lcn = sle64_to_cpu(bs->mft_lcn);
209 ntfs_log_debug("MFT LCN = 0x%llx\n", vol->mft_lcn);
211 if (vol->mft_lcn > vol->nr_clusters ||
H A Dlcnalloc.c180 zone_start = vol->mft_lcn;
353 vol->mft_lcn;
359 && tc >= vol->mft_lcn)
483 vol->mft_lcn;
489 && tc >= vol->mft_lcn)
608 vol->mft_zone_pos = vol->mft_lcn;
H A Dvolume.c200 l = ntfs_mst_pread(vol->u.dev, vol->mft_lcn << vol->cluster_size_bits, 1,
442 LCN mft_zone_size, mft_lcn; local
551 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn;
555 * Calculate the mft_lcn for an unmodified NTFS volume (see mkntfs
556 * source) and if the actual mft_lcn is in the expected place or even
563 mft_lcn = (8192 + 2 * vol->cluster_size - 1) / vol->cluster_size;
564 if (mft_lcn * vol->cluster_size < 16 * 1024)
565 mft_lcn = (16 * 1024 + vol->cluster_size - 1) /
567 if (vol->mft_zone_start <= mft_lcn)
577 vol->mft_zone_end = vol->mft_lcn
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dntfs.h121 grub_uint64_t mft_lcn; member in struct:grub_ntfs_bpb
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dvolume.h193 LCN mft_lcn; /* Logical cluster number of the data attribute member in struct:_ntfs_volume
H A Dlayout.h90 sle64 mft_lcn; /* Cluster location of mft data. */ member in struct:__anon2042
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfs.c962 data->mft_start = grub_le_to_cpu64 (bpb.mft_lcn) * data->spc;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c400 (long long)vol->mft_lcn);
H A Dmkntfs.c4247 bs->mft_lcn = cpu_to_sle64(g_mft_lcn);

Completed in 136 milliseconds