Searched refs:clusters_per_mft_record (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c168 if ((u8)b->clusters_per_mft_record < 0xe1 ||
169 (u8)b->clusters_per_mft_record > 0xf7)
170 switch (b->clusters_per_mft_record) {
208 int clusters_per_mft_record; local
214 clusters_per_mft_record = b->clusters_per_mft_record;
215 if (clusters_per_mft_record > 0)
217 clusters_per_mft_record;
220 * When mft_record_size < cluster_size, clusters_per_mft_record
224 vol->mft_record_size = 1 << -clusters_per_mft_record;
[all...]
/macosx-10.10/ntfs-84/kext/
H A Dntfs_vfsops.c201 if ((u8)b->clusters_per_mft_record < 0xe1 ||
202 (u8)b->clusters_per_mft_record > 0xf7)
203 switch (b->clusters_per_mft_record) {
415 int clusters_per_mft_record, clusters_per_index_block; local
449 clusters_per_mft_record = b->clusters_per_mft_record;
450 ntfs_debug("clusters_per_mft_record = %u (0x%x)",
451 clusters_per_mft_record, clusters_per_mft_record);
452 if (clusters_per_mft_record >
[all...]
H A Dntfs_layout.h99 s8 clusters_per_mft_record; /* Mft record size in clusters. */ member in struct:__anon11328

Completed in 197 milliseconds