Searched refs:NTFS_MAX_CLUSTER_SIZE (Results 1 – 3 of 3) sorted by relevance
46 NTFS_MAX_CLUSTER_SIZE = 64 * 1024, /* 64kiB */ enumerator47 NTFS_MAX_PAGES_PER_CLUSTER = NTFS_MAX_CLUSTER_SIZE / PAGE_CACHE_SIZE,
589 b->bpb.sectors_per_cluster > NTFS_MAX_CLUSTER_SIZE) in is_boot_sector_ntfs()
306 - Add NTFS_MAX_CLUSTER_SIZE and NTFS_MAX_PAGES_PER_CLUSTER constants.307 - Use NTFS_MAX_CLUSTER_SIZE in super.c instead of hard coding 0x10000.