Searched refs:usa_ofs (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
58 usa_ofs = le16_to_cpu(b->usa_ofs);
62 if (size & (NTFS_BLOCK_SIZE - 1) || usa_ofs & 1 ||
63 (u32)(usa_ofs + (usa_count * 2)) > size ||
66 ntfs_log_perror("%s: magic: 0x%08x size: %d usa_ofs: %d "
68 size, usa_ofs, usa_count);
72 usa_pos = (u16*)b + usa_ofs/sizeof(u16);
97 "magic: 0x%08x size: %d usa_ofs: %d usa_count:"
99 usa_ofs, usa_coun
143 u16 usa_ofs, usa_count, usn; local
208 u16 usa_ofs = le16_to_cpu(b->usa_ofs); local
[all...]
H A Dlogfile.c60 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; local
112 usa_ofs = le16_to_cpu(rp->usa_ofs);
113 usa_end = usa_ofs + usa_count * sizeof(u16);
114 if (usa_ofs < sizeof(RESTART_PAGE_HEADER) ||
H A Dmft.c339 mrec->usa_ofs = cpu_to_le16((sizeof(MFT_RECORD_OLD) + 1) & ~1);
347 mrec->usa_ofs = cpu_to_le16((sizeof(MFT_RECORD) + 1) & ~1);
369 *(u16*)((u8*)mrec + le16_to_cpu(mrec->usa_ofs)) = cpu_to_le16(1);
374 mrec->attrs_offset = cpu_to_le16((le16_to_cpu(mrec->usa_ofs) +
1416 usn = *(u16*)((u8*)m + le16_to_cpu(m->usa_ofs));
1426 *(u16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn;
1717 usn = *(u16*)((u8*)m + le16_to_cpu(m->usa_ofs));
1727 *(u16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn;
1892 usnp = (u16 *)((char *)mrec + le16_to_cpu(mrec->usa_ofs));
H A Dindex.c807 ib->usa_ofs = cpu_to_le16(sizeof(INDEX_BLOCK));
810 *(u16 *)((char *)ib + le16_to_cpu(ib->usa_ofs)) = cpu_to_le16(1);
/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
48 usa_ofs = le16_to_cpu(b->usa_ofs);
53 usa_ofs & 1 ||
54 usa_ofs + (usa_count * 2) > size ||
58 usa_pos = (u16*)b + usa_ofs/sizeof(u16);
126 u16 usa_ofs, usa_count, usn; local
134 usa_ofs = le16_to_cpu(b->usa_ofs);
139 usa_ofs
183 u16 usa_ofs = le16_to_cpu(b->usa_ofs); local
[all...]
H A Dlogfile.h71 /* 4*/ le16 usa_ofs; /* 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
107 usa_ofs = le16_to_cpu(rp->usa_ofs);
108 usa_end = usa_ofs + usa_count * sizeof(u16);
109 if (usa_ofs < sizeof(RESTART_PAGE_HEADER) ||
H A Dlayout.h182 * maximum size = usa_ofs + (usa_count * 2) = 510 bytes
185 * This formula can be used as a consistency check in that usa_ofs +
191 le16 usa_ofs; /* Offset to the Update Sequence Array (usa) member in struct:__anon16816
294 le16 usa_ofs; /* See NTFS_RECORD definition above. */ member in struct:__anon16819
354 le16 usa_ofs; /* See NTFS_RECORD definition above. */ member in struct:__anon16820
1986 le16 usa_ofs; /* See NTFS_RECORD definition. */ member in struct:__anon16879
H A Dmft.c2021 m->usa_ofs = cpu_to_le16((sizeof(MFT_RECORD_OLD) + 1) & ~1);
2023 m->usa_ofs = cpu_to_le16((sizeof(MFT_RECORD) + 1) & ~1);
2046 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = cpu_to_le16(1);
2054 m->attrs_offset = cpu_to_le16((le16_to_cpu(m->usa_ofs) +
2551 usn = *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs));
2564 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogfile.h68 /* 4*/ le16 usa_ofs; /* See NTFS_RECORD definition in layout.h. member in struct:__anon4274
80 of the usa (usa_count) and add it to usa_ofs.
311 u16 usa_ofs; /* See NTFS_RECORD definition in layout.h. member in struct:__anon4278
H A Dlayout.h179 * maximum size = usa_ofs + (usa_count * 2) = 510 bytes
182 * This formula can be used as a consistency check in that usa_ofs +
188 u16 usa_ofs; /* Offset to the Update Sequence Array (usa) member in struct:__anon4176
342 u16 usa_ofs; /* See NTFS_RECORD definition above. */ member in struct:__anon4179
416 u16 usa_ofs; /* See NTFS_RECORD definition above. */ member in struct:__anon4180
2129 u16 usa_ofs; /* 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.c58 uint16_t usa_ofs; member in struct:master_file_table_record

Completed in 170 milliseconds