Home
last modified time | relevance | path

Searched refs:MFT_RECORD_OLD (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/ntfs/
Dlayout.h444 } __attribute__ ((__packed__)) MFT_RECORD_OLD; typedef
Dsuper.c1143 if (bytes < sizeof(MFT_RECORD_OLD) || in check_mft_mirror()
1147 if (bytes < sizeof(MFT_RECORD_OLD) || in check_mft_mirror()
Dmft.c2022 m->usa_ofs = cpu_to_le16((sizeof(MFT_RECORD_OLD) + 1) & ~1); in ntfs_mft_record_layout()