Home
last modified time | relevance | path

Searched refs:NTFS_RECORD (Results 1 – 15 of 15) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dmst.h30 extern int ntfs_mst_post_read_fixup(NTFS_RECORD *b, const u32 size);
31 extern int ntfs_mst_post_read_fixup_warn(NTFS_RECORD *b, const u32 size,
33 extern int ntfs_mst_pre_write_fixup(NTFS_RECORD *b, const u32 size);
34 extern void ntfs_mst_post_write_fixup(NTFS_RECORD *b);
Dlayout.h200 } __attribute__((__packed__)) NTFS_RECORD; typedef
/third_party/ntfs-3g/libntfs-3g/
Dmst.c65 int ntfs_mst_post_read_fixup_warn(NTFS_RECORD *b, const u32 size, in ntfs_mst_post_read_fixup_warn()
144 int ntfs_mst_post_read_fixup(NTFS_RECORD *b, const u32 size) in ntfs_mst_post_read_fixup()
169 int ntfs_mst_pre_write_fixup(NTFS_RECORD *b, const u32 size) in ntfs_mst_pre_write_fixup()
230 void ntfs_mst_post_write_fixup(NTFS_RECORD *b) in ntfs_mst_post_write_fixup()
Ddevice.c350 ntfs_mst_post_read_fixup((NTFS_RECORD*) in ntfs_mst_pread()
401 err = ntfs_mst_pre_write_fixup((NTFS_RECORD*) in ntfs_mst_pwrite()
415 ntfs_mst_post_write_fixup((NTFS_RECORD*)((u8*)b + i * bksize)); in ntfs_mst_pwrite()
Dlogfile.c430 && ntfs_mst_post_read_fixup((NTFS_RECORD*)trp, in ntfs_check_and_load_restart_page()
Dattrib.c2675 ntfs_mst_post_read_fixup_warn((NTFS_RECORD*)dst, bk_size, warn);
2728 err = ntfs_mst_pre_write_fixup((NTFS_RECORD*)
2747 ntfs_mst_post_write_fixup((NTFS_RECORD*)((u8*)src + i *
/third_party/ntfs-3g/ntfsprogs/
Dntfsfix.c830 && !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()
1116 (NTFS_RECORD*)selfloc->mft0, in fix_selfloc_conditions()
1132 && (ntfs_mst_pre_write_fixup((NTFS_RECORD*)selfloc->mft1, in fix_selfloc_conditions()
1134 || ntfs_mst_pre_write_fixup((NTFS_RECORD*)selfloc->mft2, in fix_selfloc_conditions()
Dntfsclone.c1170 if (ntfs_mst_post_read_fixup((NTFS_RECORD *)tmp_indexa,
1184 if (ntfs_mst_pre_write_fixup((NTFS_RECORD *)tmp_indexa,
1402 ntfs_mst_post_read_fixup_warn((NTFS_RECORD*)mrec,mrecsz,FALSE);
1426 ntfs_mst_pre_write_fixup((NTFS_RECORD*)mrec,mrecsz);
1441 if (ntfs_mst_post_read_fixup((NTFS_RECORD *)mrec, mrecsz)) {
1461 if (ntfs_mst_pre_write_fixup((NTFS_RECORD *)mrec, mrecsz)) {
Dntfscmp.c564 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()
Dntfsdump_logfile.c478 if (ntfs_mst_post_read_fixup((NTFS_RECORD*)rstr, page_size) || in dump_restart_areas()
Dntfswipe.c1150 if (ntfs_mst_post_read_fixup((NTFS_RECORD *)buf, in wipe_index_allocation()
1166 if (ntfs_mst_pre_write_fixup((NTFS_RECORD *)indx, in wipe_index_allocation()
Dntfsrecover.c3029 if (!ntfs_mst_pre_write_fixup((NTFS_RECORD*)buffer, blocksz) in reset_logfile()
3844 const NTFS_RECORD *record; in walk()
3888 record = (const NTFS_RECORD*)&nextbuf->block.data; in walk()
Dmkntfs.c2546 err = ntfs_mst_pre_write_fixup((NTFS_RECORD*)ia_val, index_block_size); in upgrade_to_large_index()
2555 ntfs_mst_post_write_fixup((NTFS_RECORD*)ia_val); in upgrade_to_large_index()
4268 err = ntfs_mst_pre_write_fixup((NTFS_RECORD*)idx, i); in mkntfs_sync_index_record()
Dntfsinfo.c1897 if (ntfs_mst_post_read_fixup((NTFS_RECORD*)ib, ib_size)) { in ntfs_dump_index_block()
Dplaylog.c606 (NTFS_RECORD*)buffer, size, FALSE) < 0)) { in read_protected()
690 if (!ntfs_mst_pre_write_fixup((NTFS_RECORD*)buffer, size)) { in write_protected()