Home
last modified time | relevance | path

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

/net/ceph/
Dmessenger_v2.c373 static bool need_padding(int len) in need_padding() function
889 sg_cnt = need_padding(buf_len) ? 1 : 0; in calc_sg_cnt()
909 sg_cnt = need_padding(data_len) ? 1 : 0; in calc_sg_cnt_cursor()
945 if (need_padding(buf_len)) { in init_sgs()
968 if (need_padding(data_len)) { in init_sgs_cursor()
1193 if (need_padding(rem_len)) in prepare_head_secure_big()
1785 if (need_padding(data_len(con->in_msg))) in prepare_read_data_cont()
2617 if (con_secure(con) && need_padding(front_len(msg))) in __handle_control()
2628 if (con_secure(con) && need_padding(middle_len(msg))) in __handle_control()