Searched refs:mapped_read (Results 1 – 1 of 1) sorted by relevance
2915 ssize_t orig_read, mapped_read; in validate_mapped_file() local2919 mapped_read = pread(fd, data, INCFS_DATA_FILE_BLOCK_SIZE, in validate_mapped_file()2922 if (orig_read < mapped_read || in validate_mapped_file()2923 mapped_read != min(size - block, in validate_mapped_file()2927 mapped_read); in validate_mapped_file()2931 if (memcmp(orig_data, data, mapped_read)) { in validate_mapped_file()2934 mapped_read); in validate_mapped_file()