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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dmst.c52 u16 usa_ofs, usa_count, usn; local
59 /* Decrement usa_count to get number of fixups. */
60 usa_count = le16_to_cpu(b->usa_count) - 1;
63 (u32)(usa_ofs + (usa_count * 2)) > size ||
64 (size >> NTFS_BLOCK_SIZE_BITS) != usa_count) {
67 "usa_count: %d", __FUNCTION__, *(le32 *)b,
68 size, usa_ofs, usa_count);
88 while (usa_count--) {
97 "magic: 0x%08x size: %d usa_ofs: %d usa_count
143 u16 usa_ofs, usa_count, usn; local
209 u16 usa_count = le16_to_cpu(b->usa_count) - 1; local
[all...]
H A Dlogfile.c60 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; local
100 if (ntfs_is_chkd_record(rp->magic) && !le16_to_cpu(rp->usa_count)) {
105 usa_count = 1 + (logfile_system_page_size >> NTFS_BLOCK_SIZE_BITS);
106 if (usa_count != le16_to_cpu(rp->usa_count)) {
113 usa_end = usa_ofs + usa_count * sizeof(u16);
400 if ((!ntfs_is_chkd_record(trp->magic) || le16_to_cpu(trp->usa_count))
H A Dmft.c357 mrec->usa_count = cpu_to_le16(vol->mft_record_size /
360 mrec->usa_count = cpu_to_le16(1);
362 "Setting usa_count to 1. If Windows chkdsk "
375 (le16_to_cpu(mrec->usa_count) << 1) + 7) & ~7);
H A Dindex.c808 ib->usa_count = cpu_to_le16(ib_size / NTFS_BLOCK_SIZE + 1);
816 le16_to_cpu(ib->usa_count) * 2 + 7) & ~7);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dmst.c44 u16 usa_ofs, usa_count, usn; local
49 /* Decrement usa_count to get number of fixups. */
50 usa_count = le16_to_cpu(b->usa_count) - 1;
54 usa_ofs + (usa_count * 2) > size ||
55 (size >> NTFS_BLOCK_SIZE_BITS) != usa_count)
74 while (usa_count--) {
87 usa_count = le16_to_cpu(b->usa_count) - 1;
90 while (usa_count
126 u16 usa_ofs, usa_count, usn; local
184 u16 usa_count = le16_to_cpu(b->usa_count) - 1; local
[all...]
H A Dlogfile.h75 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in layout.h. */ member in struct:__anon16904
83 of the usa (usa_count) and add it to usa_ofs.
H A Dlogfile.c55 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; local
95 if (ntfs_is_chkd_record(rp->magic) && !le16_to_cpu(rp->usa_count)) {
100 usa_count = 1 + (logfile_system_page_size >> NTFS_BLOCK_SIZE_BITS);
101 if (usa_count != le16_to_cpu(rp->usa_count)) {
108 usa_end = usa_ofs + usa_count * sizeof(u16);
421 if ((!ntfs_is_chkd_record(trp->magic) || le16_to_cpu(trp->usa_count))
H A Dlayout.h182 * maximum size = usa_ofs + (usa_count * 2) = 510 bytes
186 * (usa_count * 2) has to be less than or equal to 510.
193 le16 usa_count; /* Number of le16 sized entries in the usa member in struct:__anon16816
195 thus the number of fixups is the usa_count
295 le16 usa_count; /* See NTFS_RECORD definition above. */ member in struct:__anon16819
355 le16 usa_count; /* See NTFS_RECORD definition above. */ member in struct:__anon16820
1987 le16 usa_count; /* See NTFS_RECORD definition. */ member in struct:__anon16879
H A Dmft.c2033 m->usa_count = cpu_to_le16(vol->mft_record_size /
2036 m->usa_count = cpu_to_le16(1);
2038 "size. Setting usa_count to 1. If chkdsk "
2055 (le16_to_cpu(m->usa_count) << 1) + 7) & ~7);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogfile.h72 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in layout.h. */ member in struct:__anon4274
80 of the usa (usa_count) and add it to usa_ofs.
315 u16 usa_count; /* See NTFS_RECORD definition in layout.h. */ member in struct:__anon4278
H A Dlayout.h179 * maximum size = usa_ofs + (usa_count * 2) = 510 bytes
183 * (usa_count * 2) has to be less than or equal to 510.
190 u16 usa_count; /* Number of u16 sized entries in the usa member in struct:__anon4176
192 thus the number of fixups is the usa_count
343 u16 usa_count; /* See NTFS_RECORD definition above. */ member in struct:__anon4179
417 u16 usa_count; /* See NTFS_RECORD definition above. */ member in struct:__anon4180
2130 u16 usa_count; /* See NTFS_RECORD definition. */ member in struct:__anon4239
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dntfs.c59 uint16_t usa_count; member in struct:master_file_table_record

Completed in 238 milliseconds