Searched refs:usn (Results 1 - 11 of 11) 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
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...]
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...]
/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
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:__anon16919
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 Dlayout.h176 * Number (usn), a cyclic counter of how many times the protected record has
178 * last le16's of each sector have to be equal to the usn (during reading) or
194 including the Update Sequence Number (usn),
866 /* 64*/ leUSN usn; /* Last update sequence number member in struct:__anon16832::__anon16833::__anon16835
869 the usn journal is disabled or this file has
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dadssearch.pl146 my ($mesg, $usn);
1644 if (!$usn || $new_usn > $usn) {
1645 $usn = $new_usn;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/protocol/
H A Dscsi.h564 char usn[SCSI_INQ_USN_LEN]; member in struct:scsi_inq_usn_s
578 struct scsi_inq_usn_s usn; member in struct:scsi_inq_page_usn_s
/netgear-R7000-V1.0.7.12_1.2.5/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:__anon4192::__anon4193::__anon4195
972 change (aka usn) journal file. It is zero if
973 the usn journal is disabled.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dldap.c2319 * @param usn Pointer to retrieved update serial number
2322 ADS_STATUS ads_USN(ADS_STRUCT *ads, uint32 *usn) argument
2337 if (!ads_pull_uint32(ads, res, "highestCommittedUSN", usn)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 234 milliseconds