Searched refs:usn (Results 1 - 9 of 9) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h173 * Number (usn), a cyclic counter of how many times the protected record has
175 * last u16's of each sector have to be equal to the usn (during reading) or
191 including the Update Sequence Number (usn),
970 /* 64*/ u64 usn; /* Last update sequence number member in struct:__anon1246::__anon1247::__anon1249
972 change (aka usn) journal file. It is zero if
973 the usn journal is disabled.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dmft.c1362 u16 seq_no, usn; local
1416 usn = *(u16*)((u8*)m + le16_to_cpu(m->usa_ofs));
1424 seq_no = le16_to_cpu(usn);
1426 *(u16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn;
1591 u16 seq_no, usn; local
1717 usn = *(u16*)((u8*)m + le16_to_cpu(m->usa_ofs));
1725 seq_no = le16_to_cpu(usn);
1727 *(u16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn;
1886 u16 usn, *usnp; local
1893 usn
[all...]
H A Dmst.c52 u16 usa_ofs, usa_count, usn; local
71 /* Position of usn in update sequence array. */
80 usn = *usa_pos;
89 if (*data_pos != usn) {
98 " %d data: %d usn: %d", *(le32 *)b, size,
99 usa_ofs, usa_count, *data_pos, usn);
143 u16 usa_ofs, usa_count, usn; local
167 /* Position of usn in update sequence array. */
173 usn = le16_to_cpup(usa_pos) + 1;
174 if (usn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl129 my ($mesg, $usn);
1349 if (!$usn || $new_usn > $usn) {
1350 $usn = $new_usn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dldap.c2353 * @param usn Pointer to retrieved update serial number
2356 ADS_STATUS ads_USN(ADS_STRUCT *ads, uint32 *usn) argument
2370 ads_pull_uint32(ads, res, "highestCommittedUSN", usn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlayout.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),
877 /* 64*/ leUSN usn; /* Last update sequence number member in struct:__anon7560::__anon7561::__anon7563
880 the usn journal is disabled or this file has
H A Dmft.c2251 le16 seq_no, usn; local
2551 usn = *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs));
2563 if (usn && le16_to_cpu(usn) != 0xffff)
2564 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn;
H A Dmst.c44 u16 usa_ofs, usa_count, usn; local
57 /* Position of usn in update sequence array. */
66 usn = *usa_pos;
75 if (*data_pos != usn) {
126 u16 usa_ofs, usa_count, usn; local
143 /* Position of usn in update sequence array. */
149 usn = le16_to_cpup(usa_pos) + 1;
150 if (usn == 0xffff || !usn)
151 usn
[all...]
H A Dusnjrnl.h64 * lowest_valid_usn field in the $DATA/$Max attribute to the usn to be used
72 * To determine the next usn there are two ways. The first is to parse
74 * to its usn (which is the byte offset in the $DATA/$J attribute). The
76 * are simply byte offsets into $DATA/$J, this is exactly the next usn. For
81 * through all the mft records on the volume and set the usn field in their
107 /*0x18*/leUSN lowest_valid_usn; /* Lowest valid usn in $DATA/$J for the
182 /*0x18*/leUSN usn; /* The usn of this record. Equals the offset member in struct:__anon7647

Completed in 228 milliseconds