Searched refs:read_result (Results 1 – 1 of 1) sorted by relevance
538 ssize_t read_result = 0; in read_single_page() local563 read_result = -ENOMEM; in read_single_page()568 read_result = read_single_page_timeouts(df, f, block_index, in read_single_page()575 read_result = 0; in read_single_page()579 if (read_result < 0) in read_single_page()580 result = read_result; in read_single_page()581 else if (read_result < PAGE_SIZE) in read_single_page()582 zero_user(page, read_result, PAGE_SIZE - read_result); in read_single_page()825 int read_result = 0; in ioctl_read_file_signature() local842 read_result = incfs_read_file_signature(df, in ioctl_read_file_signature()[all …]