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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dsuper.c600 if ((u8)b->clusters_per_mft_record < 0xe1 ||
601 (u8)b->clusters_per_mft_record > 0xf7)
602 switch (b->clusters_per_mft_record) {
731 int clusters_per_mft_record, clusters_per_index_record; local
766 clusters_per_mft_record = b->clusters_per_mft_record;
767 ntfs_debug("clusters_per_mft_record = %i (0x%x)",
768 clusters_per_mft_record, clusters_per_mft_record);
769 if (clusters_per_mft_record >
[all...]
H A Dlayout.h88 s8 clusters_per_mft_record; /* Mft record size in clusters. */ member in struct:__anon16814
/netgear-R7000-V1.0.7.12_1.2.5/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:__anon4174

Completed in 133 milliseconds