Searched defs:front_len (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/net/ceph/ |
A D | msgpool.c | 39 int front_len, int max_data_items, int size, in ceph_msgpool_init() 59 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len, in ceph_msgpool_get()
|
A D | messenger_v1.c | 1076 unsigned int front_len, middle_len, data_len; in read_partial_message() local 1513 unsigned int front_len = le32_to_cpu(con->v1.in_hdr.front_len); in ceph_con_v1_revoke_incoming() local
|
A D | messenger.c | 1885 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items, in ceph_msg_new2() 1941 struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, in ceph_msg_new()
|
A D | messenger_v2.c | 358 static int front_len(const struct ceph_msg *msg) in front_len() function 409 static int __tail_onwire_len(int front_len, int middle_len, int data_len, in __tail_onwire_len() 593 int front_len, int middle_len, int data_len, in fill_header()
|
A D | auth_x.c | 993 __le32 front_len; in calc_signature() member
|
A D | mon_client.c | 1490 int front_len = le32_to_cpu(hdr->front_len); in mon_alloc_msg() local
|
A D | osd_client.c | 5356 int front_len = le32_to_cpu(hdr->front_len); in get_reply() local 5414 u32 front_len = le32_to_cpu(hdr->front_len); in alloc_msg_with_page_vector() local
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | msgpool.h | 15 int front_len; /* preallocated payload size */ member
|
A D | msgr.h | 161 __le32 front_len; /* bytes in main payload */ member 179 __le32 front_len; /* bytes in main payload */ member
|
/linux-6.3-rc2/fs/ceph/ |
A D | mds_client.c | 5525 int front_len = (int) le32_to_cpu(hdr->front_len); in mds_alloc_msg() local
|
Completed in 46 milliseconds