Searched refs:NTFS_RECORD (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | ntfs.h | 89 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);
|
H A D | mst.c | 28 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()
|
H A D | aops.c | 133 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()
|
H A D | logfile.c | 409 && post_read_mst_fixup((NTFS_RECORD*)trp, in ntfs_check_and_load_restart_page()
|
H A D | mft.c | 609 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()
|
H A D | layout.h | 183 } __attribute__ ((__packed__)) NTFS_RECORD; typedef 314 /* 0 NTFS_RECORD; -- Unfolded here as gcc doesn't like unnamed structs. */ 316 le16 usa_ofs; /* See NTFS_RECORD definition above. */ 317 le16 usa_count; /* See NTFS_RECORD definition above. */ 383 /* 0 NTFS_RECORD; -- Unfolded here as gcc doesn't like unnamed structs. */ 385 le16 usa_ofs; /* See NTFS_RECORD definition above. */ 386 le16 usa_count; /* See NTFS_RECORD definition above. */ 2039 /* 0 NTFS_RECORD; -- Unfolded here as gcc doesn't like unnamed structs. */ 2041 le16 usa_ofs; /* See NTFS_RECORD definition. */ 2042 le16 usa_count; /* See NTFS_RECORD definitio [all...] |
H A D | inode.c | 1826 if (post_read_mst_fixup((NTFS_RECORD*)m, vol->mft_record_size)) { in ntfs_read_inode_mount()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | ntfs.h | 89 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);
|
H A D | mst.c | 28 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()
|
H A D | aops.c | 133 post_read_mst_fixup((NTFS_RECORD*)(kaddr + in ntfs_end_buffer_async_read() 1151 err2 = pre_write_mst_fixup((NTFS_RECORD*)(kaddr + ofs), in ntfs_write_mst_block() 1253 post_write_mst_fixup((NTFS_RECORD*)(kaddr + in ntfs_write_mst_block()
|
H A D | logfile.c | 409 && post_read_mst_fixup((NTFS_RECORD*)trp, in ntfs_check_and_load_restart_page()
|
H A D | mft.c | 609 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()
|
H A D | layout.h | 183 } __attribute__ ((__packed__)) NTFS_RECORD; typedef 314 /* 0 NTFS_RECORD; -- Unfolded here as gcc doesn't like unnamed structs. */ 316 le16 usa_ofs; /* See NTFS_RECORD definition above. */ 317 le16 usa_count; /* See NTFS_RECORD definition above. */ 383 /* 0 NTFS_RECORD; -- Unfolded here as gcc doesn't like unnamed structs. */ 385 le16 usa_ofs; /* See NTFS_RECORD definition above. */ 386 le16 usa_count; /* See NTFS_RECORD definition above. */ 2039 /* 0 NTFS_RECORD; -- Unfolded here as gcc doesn't like unnamed structs. */ 2041 le16 usa_ofs; /* See NTFS_RECORD definition. */ 2042 le16 usa_count; /* See NTFS_RECORD definitio [all...] |
H A D | inode.c | 1826 if (post_read_mst_fixup((NTFS_RECORD*)m, vol->mft_record_size)) { in ntfs_read_inode_mount()
|
Completed in 29 milliseconds