Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dlayout.h458 } __attribute__ ((__packed__)) MFT_RECORD_OLD; typedef
Dsuper.c1157 if (bytes < sizeof(MFT_RECORD_OLD) || in check_mft_mirror()
1161 if (bytes < sizeof(MFT_RECORD_OLD) || in check_mft_mirror()
Dmft.c2036 m->usa_ofs = cpu_to_le16((sizeof(MFT_RECORD_OLD) + 1) & ~1); in ntfs_mft_record_layout()