Home
last modified time | relevance | path

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

/net/ceph/
Dcrypto.c161 static int setup_sgtable(struct sg_table *sgt, struct scatterlist *prealloc_sg, in setup_sgtable() argument
188 sg_init_table(prealloc_sg, 1); in setup_sgtable()
189 sgt->sgl = prealloc_sg; in setup_sgtable()
224 struct scatterlist prealloc_sg; in ceph_aes_crypt() local
233 ret = setup_sgtable(&sgt, &prealloc_sg, buf, crypt_len); in ceph_aes_crypt()