Searched refs:usa_count (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_mst.c67 u16 usa_ofs, usa_count, usn; local
71 /* Decrement usa_count to get number of fixups. */
72 usa_count = le16_to_cpu(b->usa_count) - 1;
75 (u32)usa_ofs + ((u32)usa_count * 2) > size ||
76 (size >> NTFS_BLOCK_SIZE_SHIFT) != usa_count)
91 while (usa_count--) {
104 usa_count = le16_to_cpu(b->usa_count) - 1;
107 while (usa_count
144 u16 usa_ofs, usa_count, usn; local
201 u16 usa_count = le16_to_cpu(b->usa_count) - 1; local
[all...]
H A Dntfs_logfile.h90 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in member in struct:__anon11428
99 of the usa (usa_count) and add it to usa_ofs.
H A Dntfs_logfile.c77 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; local
118 if (ntfs_is_chkd_record(rp->magic) && !le16_to_cpu(rp->usa_count)) {
123 usa_count = 1 + (logfile_system_page_size >> NTFS_BLOCK_SIZE_SHIFT);
124 if (usa_count != le16_to_cpu(rp->usa_count)) {
131 usa_end = usa_ofs + usa_count * sizeof(u16);
448 if ((!ntfs_is_chkd_record(trp->magic) || le16_to_cpu(trp->usa_count)) &&
H A Dntfs_layout.h193 * maximum size = usa_ofs + (usa_count * 2) = 510 bytes
197 * (usa_count * 2) has to be less than or equal to 510.
204 le16 usa_count; /* Number of le16 sized entries in the usa member in struct:__anon11330
206 thus the number of fixups is the usa_count
341 le16 usa_count; /* See NTFS_RECORD definition above. */ member in struct:__anon11333
410 le16 usa_count; /* See NTFS_RECORD definition above. */ member in struct:__anon11334
2083 le16 usa_count; /* See NTFS_RECORD definition. */ member in struct:__anon11394
H A Dntfs_index.c1917 ia->usa_count = cpu_to_le16(1 + (idx_ni->block_size / NTFS_BLOCK_SIZE));
1923 (le16_to_cpu(ia->usa_count) << 1) + 7) & ~7;
2404 ia->usa_count = cpu_to_le16(1 + (idx_ni->block_size / NTFS_BLOCK_SIZE));
2409 (le16_to_cpu(ia->usa_count) << 1) + 7) & ~7;
H A Dntfs_mft.c1663 m->usa_count = cpu_to_le16(1 + vol->mft_record_size / NTFS_BLOCK_SIZE);
1674 (le16_to_cpu(m->usa_count) << 1) + 7) & ~7);
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c271 u16 usa_ofs, usa_count, usn; local
275 /* Decrement usa_count to get number of fixups. */
276 usa_count = le16_to_cpu(b->usa_count) - 1;
279 (u32)usa_ofs + ((u32)usa_count * 2) > size ||
280 (size >> NTFS_BLOCK_SIZE_SHIFT) != usa_count)
295 while (usa_count--) {
308 usa_count = le16_to_cpu(b->usa_count) - 1;
311 while (usa_count
[all...]

Completed in 375 milliseconds