Searched refs:decode_threshold_hint (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/nfs/ | 
| D | nfs4xdr.c | 4441 static int decode_threshold_hint(struct xdr_stream *xdr,  in decode_threshold_hint()  function4482 	status = decode_threshold_hint(xdr, bitmap, &res->rd_sz, THRESHOLD_RD);  in decode_first_threshold_item4()
 4485 	status = decode_threshold_hint(xdr, bitmap, &res->wr_sz, THRESHOLD_WR);  in decode_first_threshold_item4()
 4488 	status = decode_threshold_hint(xdr, bitmap, &res->rd_io_sz,  in decode_first_threshold_item4()
 4492 	status = decode_threshold_hint(xdr, bitmap, &res->wr_io_sz,  in decode_first_threshold_item4()
 
 |