Lines Matching refs:recvd
1032 uint32_t count, recvd; in decode_read_plus_data() local
1042 recvd = xdr_align_data(xdr, res->count, xdr_align_size(count)); in decode_read_plus_data()
1043 if (recvd > count) in decode_read_plus_data()
1044 recvd = count; in decode_read_plus_data()
1045 if (res->count + recvd > args->count) { in decode_read_plus_data()
1050 res->count += recvd; in decode_read_plus_data()
1051 if (count > recvd) in decode_read_plus_data()
1060 uint64_t offset, length, recvd; in decode_read_plus_hole() local
1089 recvd = xdr_expand_hole(xdr, res->count, length); in decode_read_plus_hole()
1090 res->count += recvd; in decode_read_plus_hole()
1092 if (recvd < length) in decode_read_plus_hole()