Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dntfs_fs.h7 #define NTFS_SECTOR_SIZE 512 macro
/linux-2.4.37.9/fs/ntfs/
Dsuper.c49 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()
Dinode.c40 int fixup_cnt = rec_size / NTFS_SECTOR_SIZE + 1; in ntfs_fill_mft_header()