Searched refs:ntfs_mst_post_read_fixup (Results 1 – 10 of 10) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
D | mst.h | 30 extern int ntfs_mst_post_read_fixup(NTFS_RECORD *b, const u32 size);
|
/third_party/ntfs-3g/libntfs-3g/ |
D | mst.c | 144 int ntfs_mst_post_read_fixup(NTFS_RECORD *b, const u32 size) in ntfs_mst_post_read_fixup() function
|
D | logfile.c | 430 && ntfs_mst_post_read_fixup((NTFS_RECORD*)trp, in ntfs_check_and_load_restart_page()
|
D | device.c | 350 ntfs_mst_post_read_fixup((NTFS_RECORD*) in ntfs_mst_pread()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsfix.c | 830 && !ntfs_mst_post_read_fixup((NTFS_RECORD*)mft0, in short_mft_selfloc_condition() 969 && !ntfs_mst_post_read_fixup((NTFS_RECORD*)mft1, in self_mapped_selfloc_condition() 1027 && !ntfs_mst_post_read_fixup((NTFS_RECORD*)mft2, in spare_record_selfloc_condition()
|
D | ntfscmp.c | 564 ret1 = ntfs_mst_post_read_fixup((NTFS_RECORD *) in cmp_index_allocation() 566 ret2 = ntfs_mst_post_read_fixup((NTFS_RECORD *) in cmp_index_allocation()
|
D | ntfsdump_logfile.c | 478 if (ntfs_mst_post_read_fixup((NTFS_RECORD*)rstr, page_size) || in dump_restart_areas()
|
D | ntfsclone.c | 1170 if (ntfs_mst_post_read_fixup((NTFS_RECORD *)tmp_indexa, 1441 if (ntfs_mst_post_read_fixup((NTFS_RECORD *)mrec, mrecsz)) {
|
D | ntfswipe.c | 1150 if (ntfs_mst_post_read_fixup((NTFS_RECORD *)buf, in wipe_index_allocation()
|
D | ntfsinfo.c | 1897 if (ntfs_mst_post_read_fixup((NTFS_RECORD*)ib, ib_size)) { in ntfs_dump_index_block()
|