Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/ceph/
Dmessenger.h117 size_t total_resid; /* across all data items */ member
/linux-4.1.27/net/ceph/
Dmessenger.c1089 size_t length = cursor->total_resid; in __ceph_msg_data_cursor_init()
1121 cursor->total_resid = length; in ceph_msg_data_cursor_init()
1192 cursor->total_resid -= bytes; in ceph_msg_data_advance()
1194 if (!cursor->resid && cursor->total_resid) { in ceph_msg_data_advance()
3074 con->out_skip += msg->cursor.total_resid; in ceph_msg_revoke()