Searched refs:p9_msg_buf_size (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/9p/ |
D | protocol.h | 11 size_t p9_msg_buf_size(struct p9_client *c, enum p9_msg_t type,
|
D | protocol.c | 43 size_t p9_msg_buf_size(struct p9_client *c, enum p9_msg_t type, in p9_msg_buf_size() function
|
D | client.c | 282 t_size ?: p9_msg_buf_size(c, type, fmt, apc)); in p9_tag_alloc() 286 r_size ?: p9_msg_buf_size(c, type + 1, fmt, ap)); in p9_tag_alloc()
|