Searched refs:in_enc_pages (Results 1 – 2 of 2) sorted by relevance
1040 ret = sg_alloc_table_from_pages(&enc_sgt, con->v2.in_enc_pages, in decrypt_tail()1059 ceph_release_page_vector(con->v2.in_enc_pages, in decrypt_tail()1061 con->v2.in_enc_pages = NULL; in decrypt_tail()1854 bvec_set_page(&bv, con->v2.in_enc_pages[con->v2.in_enc_i], in prepare_read_enc_page()1888 WARN_ON(con->v2.in_enc_pages || con->v2.in_enc_page_cnt); in prepare_read_tail_secure()1889 con->v2.in_enc_pages = enc_pages; in prepare_read_tail_secure()3540 if (con->v2.in_enc_pages) { in ceph_con_v2_reset_protocol()3542 ceph_release_page_vector(con->v2.in_enc_pages, in ceph_con_v2_reset_protocol()3544 con->v2.in_enc_pages = NULL; in ceph_con_v2_reset_protocol()
385 struct page **in_enc_pages; member
Completed in 11 milliseconds