Home
last modified time | relevance | path

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

/linux/net/ceph/
A Dmessenger_v2.c857 WARN_ON(!cursor->total_resid); in get_bvec_at()
891 int data_len = cursor->total_resid; in calc_sg_cnt_cursor()
904 } while (cursor->total_resid); in calc_sg_cnt_cursor()
943 int data_len = cursor->total_resid; in init_sgs_cursor()
955 } while (cursor->total_resid); in init_sgs_cursor()
1761 if (con->v2.in_cursor.total_resid) { in prepare_read_data_cont()
2876 if (con->v2.out_cursor.total_resid) { in queue_data_cont()
3233 WARN_ON(resid > con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()
3235 con->v2.out_cursor.total_resid); in revoke_at_queue_data_cont()
3364 WARN_ON(resid > con->v2.in_cursor.total_resid); in revoke_at_prepare_read_data_cont()
[all …]
A Dmessenger_v1.c487 while (cursor->total_resid) { in write_partial_message_data()
499 if (length == cursor->total_resid) in write_partial_message_data()
1009 while (cursor->total_resid) { in read_partial_msg_data()
1463 con->v1.out_skip += msg->cursor.total_resid; in ceph_con_v1_revoke()
A Dmessenger.c999 size_t length = cursor->total_resid; in __ceph_msg_data_cursor_init()
1031 cursor->total_resid = length; in ceph_msg_data_cursor_init()
1108 cursor->total_resid -= bytes; in ceph_msg_data_advance()
1110 if (!cursor->resid && cursor->total_resid) { in ceph_msg_data_advance()
/linux/include/linux/ceph/
A Dmessenger.h206 size_t total_resid; /* across all data items */ member

Completed in 18 milliseconds