Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
H A Dmst.c68 u16 usa_ofs, usa_count, usn; in ntfs_mst_post_read_fixup_warn() local
89 /* Position of usn in update sequence array. */ in ntfs_mst_post_read_fixup_warn()
98 usn = *usa_pos; in ntfs_mst_post_read_fixup_warn()
107 if (*data_pos != usn) { in ntfs_mst_post_read_fixup_warn()
116 " %d data: %d usn: %d", le32_to_cpu(*(le32 *)b), size, in ntfs_mst_post_read_fixup_warn()
117 usa_ofs, usa_count, *data_pos, usn); in ntfs_mst_post_read_fixup_warn()
171 u16 usa_ofs, usa_count, usn; in ntfs_mst_pre_write_fixup() local
193 /* Position of usn in update sequence array. */ in ntfs_mst_pre_write_fixup()
199 usn = le16_to_cpup(usa_pos) + 1; in ntfs_mst_pre_write_fixup()
200 if (usn in ntfs_mst_pre_write_fixup()
[all...]
H A Dmft.c1434 le16 seq_no, usn; in ntfs_mft_rec_alloc() local
1533 * Retrieve the former seq_no and usn so that the new record in ntfs_mft_rec_alloc()
1540 usn = *(le16*)((u8*)m + (le16_to_cpu(m->usa_ofs) & -2)); in ntfs_mft_rec_alloc()
1542 usn = const_cpu_to_le16(1); in ntfs_mft_rec_alloc()
1550 seq_no = usn; in ntfs_mft_rec_alloc()
1552 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn; in ntfs_mft_rec_alloc()
1719 le16 seq_no, usn; in ntfs_mft_record_alloc() local
1861 * check where we fetch the initial usn from. in ntfs_mft_record_alloc()
1865 usn = *(le16*)((u8*)m + usa_ofs); in ntfs_mft_record_alloc()
1867 usn in ntfs_mft_record_alloc()
2041 u16 usn; global() local
[all...]
H A Dlogfile.c122 if (usa_ofs < offsetof(RESTART_PAGE_HEADER, usn) || in ntfs_check_restart_page_header()
137 ra_ofs < offsetof(RESTART_PAGE_HEADER, usn)) || in ntfs_check_restart_page_header()
H A Dinode.c213 ni->usn = std_info->usn; in ntfs_inode_real_open()
779 std_info->usn = ni->usn; in ntfs_inode_sync_standard_information()
H A Ddir.c1520 ni->usn = si->usn = const_cpu_to_le64(0); in __ntfs_create()
H A Dsecurity.c1023 ni->usn = const_cpu_to_le64(0); in update_secur_descr()
1097 ni->usn = const_cpu_to_le64(0); in upgrade_secur_desc()
/third_party/libabigail/tests/data/test-abicompat/
H A Dtest7-fn-changed-libapp-v1.h5 int usn; member
H A Dtest7-fn-changed-libapp-v0.h5 int usn; member
H A Dtest7-fn-changed-libapp-v0.c14 printf ("Usn = %d \t Name = %s\n", s.usn, s.name); in print()
H A Dtest7-fn-changed-libapp-v1.c13 printf ("Usn = %d \t Name = %s\t Percentage = %f\n", s.usn, s.name, s.percentage); in print()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlogfile.h97 /* 30*/ le16 usn; member
H A Dinode.h166 le64 usn; member
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
974 change (aka usn) journal file. It is zero if
975 the usn journal is disabled.
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsresize.c3719 u16 usn; in copy_mftmirr() local
3737 usn = le16_to_cpu(*pusn) - 1; in copy_mftmirr()
3738 if (!usn || (usn == 0xffff)) in copy_mftmirr()
3739 usn = -2; in copy_mftmirr()
3740 *pusn = cpu_to_le16(usn); in copy_mftmirr()
H A Dntfsdump_logfile.c322 if (le16_to_cpu(rstr->usa_ofs) < offsetof(RESTART_PAGE_HEADER, usn)) in restart_header_sanity()
H A Dntfsinfo.c729 le64_to_cpu(standard_attr->usn), in ntfs_dump_attr_standard_information()
731 le64_to_cpu(standard_attr->usn)); in ntfs_dump_attr_standard_information()
H A Dntfsrecover.c2422 printf("usn %04x\n", in showheadrcrd()
2738 printf("usn %04x\n", in showrest()
2739 (int)le16_to_cpu(rest->usn)); in showrest()
H A Dmkntfs.c1940 si.usn = const_cpu_to_le64(0ULL); in add_attr_std_info()
5137 * Decrement the usn by one, so it becomes the same as the one in mkntfs_redirect()

Completed in 41 milliseconds