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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dbootsect.c118 if ((u8)b->clusters_per_mft_record < 0xe1 ||
119 (u8)b->clusters_per_mft_record > 0xf7) {
120 switch (b->clusters_per_mft_record) {
125 "(%d).\n", b->clusters_per_mft_record);
239 c = bs->clusters_per_mft_record;
244 * When clusters_per_mft_record is negative, it means that it is to
247 * mft_record_size = 2^(-clusters_per_mft_record) bytes.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dsuper.c586 if ((u8)b->clusters_per_mft_record < 0xe1 ||
587 (u8)b->clusters_per_mft_record > 0xf7)
588 switch (b->clusters_per_mft_record) {
717 int clusters_per_mft_record, clusters_per_index_record; local
752 clusters_per_mft_record = b->clusters_per_mft_record;
753 ntfs_debug("clusters_per_mft_record = %i (0x%x)",
754 clusters_per_mft_record, clusters_per_mft_record);
755 if (clusters_per_mft_record >
[all...]
H A Dlayout.h99 s8 clusters_per_mft_record; /* Mft record size in clusters. */ member in struct:__anon7542
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h85 s8 clusters_per_mft_record; /* Mft record size in clusters. */ member in struct:__anon1228

Completed in 124 milliseconds