Searched refs:ntfs_fix_post_read (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/ntfs3/ |
A D | fsntfs.c | 167 int ntfs_fix_post_read(struct NTFS_RECORD_HEADER *rhdr, size_t bytes, in ntfs_fix_post_read() function 1295 return ntfs_fix_post_read(rhdr, nb->bytes, true); in ntfs_read_bh()
|
A D | ntfs_fs.h | 588 int ntfs_fix_post_read(struct NTFS_RECORD_HEADER *rhdr, size_t bytes,
|
A D | fslog.c | 1149 ntfs_fix_post_read(&page_buf->rhdr, PAGE_SIZE, false); in read_log_page() 3177 ntfs_fix_post_read(buffer_le, bytes, false); in do_action()
|
Completed in 21 milliseconds