Searched refs:ntfs_fix_post_read (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/ntfs3/ |
D | fsntfs.c | 168 int ntfs_fix_post_read(struct NTFS_RECORD_HEADER *rhdr, size_t bytes, in ntfs_fix_post_read() function 1317 return ntfs_fix_post_read(rhdr, nb->bytes, true); in ntfs_read_bh()
|
D | ntfs_fs.h | 599 int ntfs_fix_post_read(struct NTFS_RECORD_HEADER *rhdr, size_t bytes,
|
D | fslog.c | 1173 ntfs_fix_post_read(&page_buf->rhdr, PAGE_SIZE, false); in read_log_page() 3198 ntfs_fix_post_read(buffer_le, bytes, false); in do_action()
|