Searched refs:decode_threshold_hint (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/fs/nfs/ |
D | nfs4xdr.c | 4482 static int decode_threshold_hint(struct xdr_stream *xdr, in decode_threshold_hint() function 4523 status = decode_threshold_hint(xdr, bitmap, &res->rd_sz, THRESHOLD_RD); in decode_first_threshold_item4() 4526 status = decode_threshold_hint(xdr, bitmap, &res->wr_sz, THRESHOLD_WR); in decode_first_threshold_item4() 4529 status = decode_threshold_hint(xdr, bitmap, &res->rd_io_sz, in decode_first_threshold_item4() 4533 status = decode_threshold_hint(xdr, bitmap, &res->wr_io_sz, in decode_first_threshold_item4()
|