Searched refs:in_enc_pages (Results 1 – 2 of 2) sorted by relevance
1044 ret = sg_alloc_table_from_pages(&enc_sgt, con->v2.in_enc_pages, in decrypt_tail()1063 ceph_release_page_vector(con->v2.in_enc_pages, in decrypt_tail()1065 con->v2.in_enc_pages = NULL; in decrypt_tail()1858 bv.bv_page = con->v2.in_enc_pages[con->v2.in_enc_i]; in prepare_read_enc_page()1893 WARN_ON(con->v2.in_enc_pages || con->v2.in_enc_page_cnt); in prepare_read_tail_secure()1894 con->v2.in_enc_pages = enc_pages; in prepare_read_tail_secure()3546 if (con->v2.in_enc_pages) { in ceph_con_v2_reset_protocol()3548 ceph_release_page_vector(con->v2.in_enc_pages, in ceph_con_v2_reset_protocol()3550 con->v2.in_enc_pages = NULL; in ceph_con_v2_reset_protocol()
385 struct page **in_enc_pages; member