fs/ntfs3: Add ability to format new mft records with bigger/smaller header
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 8 May 2023 09:37:22 +0000 (13:37 +0400)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Sun, 2 Jul 2023 20:21:28 +0000 (00:21 +0400)
commit33e70701ed313fa4aca78cde89ef09c794584a9b
tree6280c798156d87579a2aabca87c98ec1edf66940
parenta81f47c4406e372ce47aff140f3876babac5f01e
fs/ntfs3: Add ability to format new mft records with bigger/smaller header

Just define in ntfs.h
#define MFTRECORD_FIXUP_OFFSET  MFTRECORD_FIXUP_OFFSET_1
or
#define MFTRECORD_FIXUP_OFFSET  MFTRECORD_FIXUP_OFFSET_3

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/ntfs.h
fs/ntfs3/record.c
fs/ntfs3/super.c