Lines Matching refs:CEPH_PREAMBLE_INLINE_LEN
399 if (ctrl_len > CEPH_PREAMBLE_INLINE_LEN) { in head_onwire_len()
400 rem_len = ctrl_len - CEPH_PREAMBLE_INLINE_LEN; in head_onwire_len()
1071 int rem_len = ctrl_len - CEPH_PREAMBLE_INLINE_LEN; in decrypt_control_remainder()
1254 if (ctrl_len < CEPH_PREAMBLE_INLINE_LEN) in prepare_head_secure_small()
1256 CEPH_PREAMBLE_INLINE_LEN - ctrl_len); in prepare_head_secure_small()
1291 int rem_len = ctrl_len - CEPH_PREAMBLE_INLINE_LEN; in prepare_head_secure_big()
1292 void *rem = CTRL_BODY(base) + CEPH_PREAMBLE_INLINE_LEN; in prepare_head_secure_big()
1342 if (ctrl_len <= CEPH_PREAMBLE_INLINE_LEN) in __prepare_control()
1825 if (ctrl_len > CEPH_PREAMBLE_INLINE_LEN) { in prepare_read_control()
1843 int rem_len = ctrl_len - CEPH_PREAMBLE_INLINE_LEN; in prepare_read_control_remainder()
1850 memcpy(buf, CTRL_BODY(con->v2.in_buf), CEPH_PREAMBLE_INLINE_LEN); in prepare_read_control_remainder()
1853 add_in_kvec(con, buf + CEPH_PREAMBLE_INLINE_LEN, rem_len); in prepare_read_control_remainder()
2989 if (desc->fd_lens[0] > CEPH_PREAMBLE_INLINE_LEN) in handle_preamble()
3035 CEPH_PREAMBLE_INLINE_LEN); in handle_control_remainder()