Home
last modified time | relevance | path

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

/Linux-v5.15/net/ceph/
Dmessenger_v2.c786 static int hmac_sha256(struct ceph_connection *con, const struct kvec *kvecs, in hmac_sha256() argument
807 WARN_ON((unsigned long)kvecs[i].iov_base & in hmac_sha256()
809 ret = crypto_shash_update(desc, kvecs[i].iov_base, in hmac_sha256()
810 kvecs[i].iov_len); in hmac_sha256()
/Linux-v5.15/Documentation/block/
Dbiodoc.rst816 Now it should be possible to directly map these kvecs to a bio. Just as while
818 array pointer to point to the veclet array in kvecs.