Searched refs:mftmirr_na (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.c200 ntfs_attr_free(&v->mftmirr_na);
458 vol->mftmirr_na = ntfs_attr_open(vol->mftmirr_ni, AT_DATA, AT_UNNAMED, 0);
459 if (!vol->mftmirr_na) {
464 if (ntfs_attr_map_runlist(vol->mftmirr_na, 0) < 0) {
468 if (vol->mftmirr_na->rl->lcn != vol->mftmirr_lcn) {
470 (long long)vol->mftmirr_na->rl->lcn,
479 if (vol->mftmirr_na) {
480 ntfs_attr_close(vol->mftmirr_na);
481 vol->mftmirr_na = NULL;
983 l = ntfs_attr_mst_pread(vol->mftmirr_na,
[all...]
H A Dvolume.h247 ntfs_attr *mftmirr_na; /* ntfs_attr structure for the data attribute member in struct:_ntfs_volume
H A Dmft.c168 if (!vol->mftmirr_na) {
175 if ((m + cnt) > vol->mftmirr_na->initialized_size >>
180 (long long)vol->mftmirr_na->initialized_size >>
204 bw = ntfs_attr_mst_pwrite(vol->mftmirr_na,

Completed in 42 milliseconds