Searched refs:in_cursor (Results 1 – 2 of 2) sorted by relevance
1090 struct ceph_msg_data_cursor *cursor = &con->v2.in_cursor; in process_v2_sparse_read() 1865 ceph_msg_data_cursor_init(&con->v2.in_cursor, con->in_msg, in prepare_read_data() 1868 get_bvec_at(&con->v2.in_cursor, &bv); in prepare_read_data() 1895 get_bvec_at(&con->v2.in_cursor, &bv); in prepare_read_data_cont() 1906 ceph_msg_data_advance(&con->v2.in_cursor, con->v2.in_bvec.bv_len); in prepare_read_data_cont() 1907 if (con->v2.in_cursor.total_resid) { in prepare_read_data_cont() 1908 get_bvec_at(&con->v2.in_cursor, &bv); in prepare_read_data_cont() 1931 struct ceph_msg_data_cursor *cursor = &con->v2.in_cursor; in prepare_sparse_read_cont() 2037 ceph_msg_data_cursor_init(&con->v2.in_cursor, msg, in prepare_sparse_read_data() 3692 ceph_msg_data_advance(&con->v2.in_cursor, recve in revoke_at_prepare_read_data_cont() [all...]
397 struct bio_vec in_bvec; /* recvmsg (in_cursor) */412 struct ceph_msg_data_cursor in_cursor; member