/third_party/ntfs-3g/libntfs-3g/ |
H A D | mst.c | 68 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 D | mft.c | 1434 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 D | logfile.c | 122 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 D | inode.c | 213 ni->usn = std_info->usn; in ntfs_inode_real_open() 779 std_info->usn = ni->usn; in ntfs_inode_sync_standard_information()
|
H A D | dir.c | 1520 ni->usn = si->usn = const_cpu_to_le64(0); in __ntfs_create()
|
H A D | security.c | 1023 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 D | test7-fn-changed-libapp-v1.h | 5 int usn; member
|
H A D | test7-fn-changed-libapp-v0.h | 5 int usn; member
|
H A D | test7-fn-changed-libapp-v0.c | 14 printf ("Usn = %d \t Name = %s\n", s.usn, s.name); in print()
|
H A D | test7-fn-changed-libapp-v1.c | 13 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 D | logfile.h | 97 /* 30*/ le16 usn; member
|
H A D | inode.h | 166 le64 usn; member
|
H A D | layout.h | 179 * 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 D | ntfsresize.c | 3719 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 D | ntfsdump_logfile.c | 322 if (le16_to_cpu(rstr->usa_ofs) < offsetof(RESTART_PAGE_HEADER, usn)) in restart_header_sanity()
|
H A D | ntfsinfo.c | 729 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 D | ntfsrecover.c | 2422 printf("usn %04x\n", in showheadrcrd() 2738 printf("usn %04x\n", in showrest() 2739 (int)le16_to_cpu(rest->usn)); in showrest()
|
H A D | mkntfs.c | 1940 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()
|