Home
last modified time | relevance | path

Searched refs:mftmirr_lcn (Results 1 – 9 of 9) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dbootsect.c159 || ((s64)sle64_to_cpu(b->mftmirr_lcn) <= 0) in ntfs_boot_sector_is_ntfs()
160 || (b->mft_lcn == b->mftmirr_lcn)) { in ntfs_boot_sector_is_ntfs()
240 vol->mftmirr_lcn = sle64_to_cpu(bs->mftmirr_lcn); in ntfs_boot_sector_parse()
242 ntfs_log_debug("MFTMirr LCN = %lld\n", (long long)vol->mftmirr_lcn); in ntfs_boot_sector_parse()
244 (vol->mftmirr_lcn < 0 || vol->mftmirr_lcn > vol->nr_clusters)) { in ntfs_boot_sector_parse()
247 (long long)vol->mft_lcn, (long long)vol->mftmirr_lcn, in ntfs_boot_sector_parse()
Dvolume.c468 if (vol->mftmirr_na->rl->lcn != vol->mftmirr_lcn) { in ntfs_mftmirr_load()
471 (long long)vol->mftmirr_lcn); in ntfs_mftmirr_load()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h244 LCN mftmirr_lcn; /* Logical cluster number of the data attribute member
Dlayout.h84 sle64 mftmirr_lcn; /* Cluster location of copy of mft. */ member
/third_party/ntfs-3g/ntfsprogs/
Dntfsresize.c2794 bs->mftmirr_lcn = cpu_to_sle64(r->mftmir_rl.lcn); in update_bootsector()
3732 pos = (vol->mftmirr_lcn << vol->cluster_size_bits) in copy_mftmirr()
3769 s64 mftmirr_lcn; in copy_boot() local
3786 mftmirr_lcn = vol->mftmirr_lcn + expand->cluster_increment; in copy_boot()
3787 bs->mftmirr_lcn = cpu_to_sle64(mftmirr_lcn); in copy_boot()
Dntfsck.c732 mftmirr_offset = rawvol->mftmirr_lcn * rawvol->cluster_size; in verify_mft_preliminary()
Dntfsfix.c1114 offsm = vol->mftmirr_lcn << vol->cluster_size_bits; in fix_selfloc_conditions()
Dntfsinfo.c509 (long long)vol->mftmirr_lcn); in ntfs_dump_volume()
Dmkntfs.c4665 bs->mftmirr_lcn = cpu_to_sle64(g_mftmirr_lcn); in mkntfs_create_root_structures()