Searched refs:mftmirr_ni (Results 1 – 2 of 2) sorted by relevance
198 if (v->mftmirr_ni && NInoDirty(v->mftmirr_ni)) in __ntfs_volume_release()199 ntfs_inode_sync(v->mftmirr_ni); in __ntfs_volume_release()201 if (ntfs_inode_free(&v->mftmirr_ni)) in __ntfs_volume_release()452 vol->mftmirr_ni = ntfs_inode_open(vol, FILE_MFTMirr); in ntfs_mftmirr_load()453 if (!vol->mftmirr_ni) { in ntfs_mftmirr_load()458 vol->mftmirr_na = ntfs_attr_open(vol->mftmirr_ni, AT_DATA, AT_UNNAMED, 0); in ntfs_mftmirr_load()483 ntfs_inode_close(vol->mftmirr_ni); in ntfs_mftmirr_load()484 vol->mftmirr_ni = NULL; in ntfs_mftmirr_load()
246 ntfs_inode *mftmirr_ni; /* ntfs_inode structure for FILE_MFTMirr. */ member