Lines Matching refs:read_result
520 ssize_t read_result = 0; in read_single_page() local
544 read_result = -ENOMEM; in read_single_page()
549 read_result = read_single_page_timeouts(df, f, block_index, in read_single_page()
555 read_result = 0; in read_single_page()
559 if (read_result < 0) in read_single_page()
560 result = read_result; in read_single_page()
561 else if (read_result < PAGE_SIZE) in read_single_page()
562 zero_user(page, read_result, PAGE_SIZE - read_result); in read_single_page()
805 int read_result = 0; in ioctl_read_file_signature() local
822 read_result = incfs_read_file_signature(df, in ioctl_read_file_signature()
825 if (read_result < 0) { in ioctl_read_file_signature()
826 error = read_result; in ioctl_read_file_signature()
831 read_result)) { in ioctl_read_file_signature()
836 args.file_signature_len_out = read_result; in ioctl_read_file_signature()