Searched defs:front_len (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
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()
|
D | messenger.c | 2362 unsigned int front_len, middle_len, data_len; in read_partial_message() local 3187 unsigned int front_len = le32_to_cpu(con->in_hdr.front_len); in ceph_msg_revoke_incoming() local 3326 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items, in ceph_msg_new2() 3382 struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, in ceph_msg_new()
|
D | auth_x.c | 836 __le32 front_len; in calc_signature() member
|
D | mon_client.c | 1323 int front_len = le32_to_cpu(hdr->front_len); in mon_alloc_msg() local
|
D | osd_client.c | 5390 int front_len = le32_to_cpu(hdr->front_len); in get_reply() local 5448 u32 front_len = le32_to_cpu(hdr->front_len); in alloc_msg_with_page_vector() local
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
D | msgpool.h | 15 int front_len; /* preallocated payload size */ member
|
D | msgr.h | 133 __le32 front_len; /* bytes in main payload */ member 151 __le32 front_len; /* bytes in main payload */ member
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | mds_client.c | 5223 int front_len = (int) le32_to_cpu(hdr->front_len); in mds_alloc_msg() local
|