Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dmst.c42 int post_read_mst_fixup(NTFS_RECORD *b, const u32 size) in post_read_mst_fixup()
123 int pre_write_mst_fixup(NTFS_RECORD *b, const u32 size) in pre_write_mst_fixup()
179 void post_write_mst_fixup(NTFS_RECORD *b) in post_write_mst_fixup()
Dntfs.h103 extern int post_read_mst_fixup(NTFS_RECORD *b, const u32 size);
104 extern int pre_write_mst_fixup(NTFS_RECORD *b, const u32 size);
105 extern void post_write_mst_fixup(NTFS_RECORD *b);
Daops.c149 post_read_mst_fixup((NTFS_RECORD*)(kaddr + in ntfs_end_buffer_async_read()
1166 err2 = pre_write_mst_fixup((NTFS_RECORD*)(kaddr + ofs), in ntfs_write_mst_block()
1268 post_write_mst_fixup((NTFS_RECORD*)(kaddr + in ntfs_write_mst_block()
Dlogfile.c423 && post_read_mst_fixup((NTFS_RECORD*)trp, in ntfs_check_and_load_restart_page()
Dmft.c623 post_write_mst_fixup((NTFS_RECORD*)kmirr); in ntfs_sync_mft_mirror()
781 err = pre_write_mst_fixup((NTFS_RECORD*)m, vol->mft_record_size); in write_mft_record_nolock()
821 post_write_mst_fixup((NTFS_RECORD*)m); in write_mft_record_nolock()
Dlayout.h197 } __attribute__ ((__packed__)) NTFS_RECORD; typedef
Dinode.c1851 if (post_read_mst_fixup((NTFS_RECORD*)m, vol->mft_record_size)) { in ntfs_read_inode_mount()