Home
last modified time | relevance | path

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

/fs/ntfs/
Dmst.c28 int post_read_mst_fixup(NTFS_RECORD *b, const u32 size) in post_read_mst_fixup()
109 int pre_write_mst_fixup(NTFS_RECORD *b, const u32 size) in pre_write_mst_fixup()
165 void post_write_mst_fixup(NTFS_RECORD *b) in post_write_mst_fixup()
Dntfs.h89 extern int post_read_mst_fixup(NTFS_RECORD *b, const u32 size);
90 extern int pre_write_mst_fixup(NTFS_RECORD *b, const u32 size);
91 extern void post_write_mst_fixup(NTFS_RECORD *b);
Daops.c133 post_read_mst_fixup((NTFS_RECORD*)(kaddr + in ntfs_end_buffer_async_read()
1149 err2 = pre_write_mst_fixup((NTFS_RECORD*)(kaddr + ofs), in ntfs_write_mst_block()
1251 post_write_mst_fixup((NTFS_RECORD*)(kaddr + in ntfs_write_mst_block()
Dlogfile.c409 && post_read_mst_fixup((NTFS_RECORD*)trp, in ntfs_check_and_load_restart_page()
Dmft.c609 post_write_mst_fixup((NTFS_RECORD*)kmirr); in ntfs_sync_mft_mirror()
767 err = pre_write_mst_fixup((NTFS_RECORD*)m, vol->mft_record_size); in write_mft_record_nolock()
807 post_write_mst_fixup((NTFS_RECORD*)m); in write_mft_record_nolock()
Dlayout.h183 } __attribute__ ((__packed__)) NTFS_RECORD; typedef
Dinode.c1826 if (post_read_mst_fixup((NTFS_RECORD*)m, vol->mft_record_size)) { in ntfs_read_inode_mount()