Lines Matching refs:CEPH_PREAMBLE_INLINE_LEN
396 if (ctrl_len > CEPH_PREAMBLE_INLINE_LEN) { in head_onwire_len()
397 rem_len = ctrl_len - CEPH_PREAMBLE_INLINE_LEN; in head_onwire_len()
1020 int rem_len = ctrl_len - CEPH_PREAMBLE_INLINE_LEN; in decrypt_control_remainder()
1130 if (ctrl_len < CEPH_PREAMBLE_INLINE_LEN) in prepare_head_secure_small()
1132 CEPH_PREAMBLE_INLINE_LEN - ctrl_len); in prepare_head_secure_small()
1167 int rem_len = ctrl_len - CEPH_PREAMBLE_INLINE_LEN; in prepare_head_secure_big()
1168 void *rem = CTRL_BODY(base) + CEPH_PREAMBLE_INLINE_LEN; in prepare_head_secure_big()
1218 if (ctrl_len <= CEPH_PREAMBLE_INLINE_LEN) in __prepare_control()
1701 if (ctrl_len > CEPH_PREAMBLE_INLINE_LEN) { in prepare_read_control()
1719 int rem_len = ctrl_len - CEPH_PREAMBLE_INLINE_LEN; in prepare_read_control_remainder()
1726 memcpy(buf, CTRL_BODY(con->v2.in_buf), CEPH_PREAMBLE_INLINE_LEN); in prepare_read_control_remainder()
1729 add_in_kvec(con, buf + CEPH_PREAMBLE_INLINE_LEN, rem_len); in prepare_read_control_remainder()
2665 if (desc->fd_lens[0] > CEPH_PREAMBLE_INLINE_LEN) in handle_preamble()
2711 CEPH_PREAMBLE_INLINE_LEN); in handle_control_remainder()