Searched refs:p9_tag_alloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/9p/ |
H A D | client.c | 268 p9_tag_alloc(struct p9_client *c, int8_t type, unsigned int max_size) in p9_tag_alloc() function 704 req = p9_tag_alloc(c, type, req_size); in p9_client_prepare_req()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | client.c | 259 * p9_tag_alloc - Allocate a new request. 275 p9_tag_alloc(struct p9_client *c, int8_t type, uint t_size, uint r_size, in p9_tag_alloc() function 641 req = p9_tag_alloc(c, type, t_size, r_size, fmt, apc); in p9_client_prepare_req()
|
Completed in 6 milliseconds