Searched refs:NTFS_RECORD (Results 1 – 15 of 15) 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); 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);
|
D | layout.h | 200 } __attribute__((__packed__)) NTFS_RECORD; typedef
|
/third_party/ntfs-3g/libntfs-3g/ |
D | mst.c | 65 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()
|
D | device.c | 350 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()
|
D | logfile.c | 430 && ntfs_mst_post_read_fixup((NTFS_RECORD*)trp, in ntfs_check_and_load_restart_page()
|
D | attrib.c | 2675 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/ |
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() 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()
|
D | ntfsclone.c | 1170 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)) {
|
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 | ntfswipe.c | 1150 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()
|
D | ntfsrecover.c | 3029 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()
|
D | mkntfs.c | 2546 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()
|
D | ntfsinfo.c | 1897 if (ntfs_mst_post_read_fixup((NTFS_RECORD*)ib, ib_size)) { in ntfs_dump_index_block()
|
D | playlog.c | 606 (NTFS_RECORD*)buffer, size, FALSE) < 0)) { in read_protected() 690 if (!ntfs_mst_pre_write_fixup((NTFS_RECORD*)buffer, size)) { in write_protected()
|