Home
last modified time | relevance | path

Searched refs:inSize (Results 1 – 2 of 2) sorted by relevance

/linux/fs/coda/
H A Dupcall.c42 static int coda_upcall(struct venus_comm *vc, int inSize, int *outSize,
710 int inSize, int *outSize, in coda_upcall() argument
737 req->uc_inSize = inSize; in coda_upcall()
738 req->uc_outSize = (outSize && *outSize) ? *outSize : inSize; in coda_upcall()
/linux/lib/zstd/compress/
H A Dzstd_compress.c5428 size_t inSize) { in ZSTD_CCtx_init_compressStream2() argument
5442 … if (endOp == ZSTD_e_end) cctx->pledgedSrcSizePlusOne = inSize + 1; /* auto-fix pledgedSrcSize */ in ZSTD_CCtx_init_compressStream2()