Searched refs:mftmirr_na (Results 1 – 6 of 6) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | volume.c | 200 ntfs_attr_free(&v->mftmirr_na); in __ntfs_volume_release() 458 vol->mftmirr_na = ntfs_attr_open(vol->mftmirr_ni, AT_DATA, AT_UNNAMED, 0); in ntfs_mftmirr_load() 459 if (!vol->mftmirr_na) { in ntfs_mftmirr_load() 464 if (ntfs_attr_map_runlist(vol->mftmirr_na, 0) < 0) { in ntfs_mftmirr_load() 468 if (vol->mftmirr_na->rl->lcn != vol->mftmirr_lcn) { in ntfs_mftmirr_load() 470 (long long)vol->mftmirr_na->rl->lcn, in ntfs_mftmirr_load() 479 if (vol->mftmirr_na) { in ntfs_mftmirr_load() 480 ntfs_attr_close(vol->mftmirr_na); in ntfs_mftmirr_load() 481 vol->mftmirr_na = NULL; in ntfs_mftmirr_load() 983 l = ntfs_attr_mst_pread(vol->mftmirr_na, 0, vol->mftmirr_size, in ntfs_device_mount()
|
D | mft.c | 168 if (!vol->mftmirr_na) { in ntfs_mft_records_write() 175 if ((m + cnt) > vol->mftmirr_na->initialized_size >> in ntfs_mft_records_write() 180 (long long)vol->mftmirr_na->initialized_size >> in ntfs_mft_records_write() 204 bw = ntfs_attr_mst_pwrite(vol->mftmirr_na, in ntfs_mft_records_write()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | volume.h | 247 ntfs_attr *mftmirr_na; /* ntfs_attr structure for the data attribute member
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfswipe.c | 1054 if ((vol->mft_record_size * (i+1)) <= vol->mftmirr_na->allocated_size) in wipe_mft() 1063 result = ntfs_attr_mst_pwrite(vol->mftmirr_na, vol->mft_record_size * i, in wipe_mft()
|
D | ntfsfix.c | 484 l = ntfs_attr_mst_pread(vol->mftmirr_na, 0, vol->mftmirr_size, in fix_mftmirr()
|
D | playlog.c | 562 lcn = ntfs_attr_vcn_to_lcn(vol->mftmirr_na, in write_mirr()
|