Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/ceph/
Dmessenger.h188 size_t total_resid; /* across all data items */ member
/Linux-v5.10/net/ceph/
Dmessenger.c1091 size_t length = cursor->total_resid; in __ceph_msg_data_cursor_init()
1124 cursor->total_resid = length; in ceph_msg_data_cursor_init()
1202 cursor->total_resid -= bytes; in ceph_msg_data_advance()
1204 if (!cursor->resid && cursor->total_resid) { in ceph_msg_data_advance()
1574 while (cursor->total_resid) { in write_partial_message_data()
1586 if (length == cursor->total_resid) in write_partial_message_data()
2326 while (cursor->total_resid) { in read_partial_msg_data()
3158 con->out_skip += msg->cursor.total_resid; in ceph_msg_revoke()