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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dvolume.c187 ntfs_attr_free(&v->mftmirr_na);
420 vol->mftmirr_na = ntfs_attr_open(vol->mftmirr_ni, AT_DATA, AT_UNNAMED, 0);
421 if (!vol->mftmirr_na) {
426 if (ntfs_attr_map_runlist(vol->mftmirr_na, 0) < 0) {
435 if (vol->mftmirr_na) {
436 ntfs_attr_close(vol->mftmirr_na);
437 vol->mftmirr_na = NULL;
820 l = ntfs_attr_mst_pread(vol->mftmirr_na, 0, vol->mftmirr_size,
H A Dmft.c164 if (!vol->mftmirr_na) {
191 bw = ntfs_attr_mst_pwrite(vol->mftmirr_na,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dvolume.h203 ntfs_attr *mftmirr_na; /* ntfs_attr structure for the data attribute member in struct:_ntfs_volume

Completed in 96 milliseconds