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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmst.c68 u16 usa_ofs, usa_count, usn; local
89 /* Position of usn in update sequence array. */
98 usn = *usa_pos;
107 if (*data_pos != usn) {
116 " %d data: %d usn: %d", le32_to_cpu(*(le32 *)b), size,
117 usa_ofs, usa_count, *data_pos, usn);
171 u16 usa_ofs, usa_count, usn; local
193 /* Position of usn in update sequence array. */
199 usn = le16_to_cpup(usa_pos) + 1;
200 if (usn
[all...]
H A Dmft.c1434 le16 seq_no, usn; local
1533 * Retrieve the former seq_no and usn so that the new record
1540 usn = *(le16*)((u8*)m + (le16_to_cpu(m->usa_ofs) & -2));
1542 usn = const_cpu_to_le16(1);
1550 seq_no = usn;
1552 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn;
1719 le16 seq_no, usn; local
1861 * check where we fetch the initial usn from.
1865 usn = *(le16*)((u8*)m + usa_ofs);
1867 usn
2041 u16 usn; local
[all...]
H A Dlogfile.h97 /* 30*/ le16 usn; member in struct:__anon1505
H A Dinode.h166 le64 usn; member in struct:_ntfs_inode
H A Dlogfile.c122 if (usa_ofs < offsetof(RESTART_PAGE_HEADER, usn) ||
137 ra_ofs < offsetof(RESTART_PAGE_HEADER, usn)) ||
H A Dinode.c213 ni->usn = std_info->usn;
785 std_info->usn = ni->usn;
H A Dlayout.h179 * Number (usn), a cyclic counter of how many times the protected record has
181 * last le16's of each sector have to be equal to the usn (during reading) or
197 including the Update Sequence Number (usn),
972 /* 64*/ le64 usn; /* Last update sequence number member in struct:__anon34::__anon35::__anon37
974 change (aka usn) journal file. It is zero if
975 the usn journal is disabled.
H A Ddir.c1523 ni->usn = si->usn = const_cpu_to_le64(0);
H A Dsecurity.c1030 ni->usn = const_cpu_to_le64(0);
1104 ni->usn = const_cpu_to_le64(0);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1639 si.usn = cpu_to_le64(0ULL);
4813 * Decrement the usn by one, so it becomes the same as the one

Completed in 122 milliseconds