Searched refs:NTFS_SECTOR_SIZE (Results 1 – 3 of 3) sorted by relevance
7 #define NTFS_SECTOR_SIZE 512 macro
49 if (size & (NTFS_SECTOR_SIZE - 1) || start & 1 || in ntfs_fixup_record()59 offset = NTFS_SECTOR_SIZE - 2; in ntfs_fixup_record()65 offset += NTFS_SECTOR_SIZE; in ntfs_fixup_record()541 if (first + count * 2 > NTFS_SECTOR_SIZE - 2) { in ntfs_insert_fixups()560 offset += NTFS_SECTOR_SIZE; in ntfs_insert_fixups()
40 int fixup_cnt = rec_size / NTFS_SECTOR_SIZE + 1; in ntfs_fill_mft_header()