Home
last modified time | relevance | path

Searched refs:bytes_in_use (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ntfs/
H A Dmft.c34 u32 bytes_in_use; in ntfs_mft_record_check() local
57 if (le32_to_cpu(m->bytes_in_use) > vol->mft_record_size) { in ntfs_mft_record_check()
59 mft_no, le32_to_cpu(m->bytes_in_use), in ntfs_mft_record_check()
71 bytes_in_use = le32_to_cpu(m->bytes_in_use); in ntfs_mft_record_check()
73 if (attrs_offset > bytes_in_use || in ntfs_mft_record_check()
74 bytes_in_use - attrs_offset < sizeof_field(struct attr_record, type)) { in ntfs_mft_record_check()
1837 m->bytes_in_use = cpu_to_le32(le16_to_cpu(m->attrs_offset) + 8); in ntfs_mft_record_layout()
H A Dsuper.c1027 bytes = le32_to_cpu(((struct mft_record *)kmft)->bytes_in_use); in check_mft_mirror()
1031 bytes = le32_to_cpu(((struct mft_record *)kmirr)->bytes_in_use); in check_mft_mirror()