Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dlayout.h444 } __attribute__ ((__packed__)) MFT_RECORD_OLD; typedef
H A Dsuper.c1151 if (bytes < sizeof(MFT_RECORD_OLD) || in check_mft_mirror()
1155 if (bytes < sizeof(MFT_RECORD_OLD) || in check_mft_mirror()
H A Dmft.c2024 m->usa_ofs = cpu_to_le16((sizeof(MFT_RECORD_OLD) + 1) & ~1); in ntfs_mft_record_layout()