Home
last modified time | relevance | path

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

/Linux-v6.6/net/ceph/
Dmessenger_v2.c869 WARN_ON(!cursor->total_resid); in get_bvec_at()
900 int data_len = cursor->total_resid; in calc_sg_cnt_cursor()
913 } while (cursor->total_resid); in calc_sg_cnt_cursor()
952 int data_len = cursor->total_resid; in init_sgs_cursor()
964 } while (cursor->total_resid); in init_sgs_cursor()
1911 if (con->v2.in_cursor.total_resid) { in prepare_read_data_cont()
1959 WARN_ON_ONCE(cursor->sr_resid > cursor->total_resid); in prepare_sparse_read_cont()
2004 if (ret > cursor->total_resid) { in prepare_sparse_read_cont()
2006 __func__, ret, cursor->total_resid, cursor->resid); in prepare_sparse_read_cont()
3210 if (con->v2.out_cursor.total_resid) { in queue_data_cont()
[all …]
Dmessenger_v1.c485 while (cursor->total_resid) { in write_partial_message_data()
1078 while (cursor->total_resid) { in read_partial_msg_data()
1120 while (cursor->total_resid) { in read_partial_msg_data_bounce()
1580 con->v1.out_skip += msg->cursor.total_resid; in ceph_con_v1_revoke()
Dmessenger.c1038 size_t length = cursor->total_resid; in __ceph_msg_data_cursor_init()
1073 cursor->total_resid = length; in ceph_msg_data_cursor_init()
1154 cursor->total_resid -= bytes; in ceph_msg_data_advance()
1156 if (!cursor->resid && cursor->total_resid) { in ceph_msg_data_advance()
/Linux-v6.6/include/linux/ceph/
Dmessenger.h233 size_t total_resid; /* across all data items */ member