Searched refs:usn (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_mst.c67 u16 usa_ofs, usa_count, usn; local
78 /* Position of usn in update sequence array. */
87 usn = *usa_pos;
92 if (*data_pos != usn) {
144 u16 usa_ofs, usa_count, usn; local
160 /* Position of usn in update sequence array. */
166 usn = le16_to_cpup(usa_pos) + 1;
167 if (usn == 0xffff || !usn)
168 usn
[all...]
H A Dntfs_usnjrnl.h80 * lowest_valid_usn field in the $DATA/$Max attribute to the usn to be used
88 * To determine the next usn there are two ways. The first is to parse
90 * to its usn (which is the byte offset in the $DATA/$J attribute). The
92 * are simply byte offsets into $DATA/$J, this is exactly the next usn. For
97 * through all the mft records on the volume and set the usn field in their
123 /*0x18*/leUSN lowest_valid_usn; /* Lowest valid usn in $DATA/$J for the
198 /*0x18*/leUSN usn; /* The usn of this record. Equals the offset member in struct:__anon11443
H A Dntfs_mft.c2065 le16 seq_no, usn; local
2505 usn = 0;
2507 usn = *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs));
2517 if (usn && usn != 0xffff)
2518 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn;
H A Dntfs_index.c1970 le16 usn; local
2206 usn = 0;
2208 usn = *(le16*)((u8*)ia + le16_to_cpu(ia->usa_ofs));
2213 if (usn && usn != const_cpu_to_le16(0xffff))
2214 *(le16*)((u8*)ia + le16_to_cpu(ia->usa_ofs)) = usn;
H A Dntfs_layout.h187 * Number (usn), a cyclic counter of how many times the protected record has
189 * last le16's of each sector have to be equal to the usn (during reading) or
205 including the Update Sequence Number (usn),
942 /* 64*/ leUSN usn; /* Last update sequence number member in struct:__anon11346::__anon11347::__anon11349
945 the usn journal is disabled or this file has
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c271 u16 usa_ofs, usa_count, usn; local
282 /* Position of usn in update sequence array. */
291 usn = *usa_pos;
296 if (*data_pos != usn) {

Completed in 230 milliseconds