Searched defs:front_len (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/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 | 2371 unsigned int front_len, middle_len, data_len; in read_partial_message() local 3191 unsigned int front_len = le32_to_cpu(con->in_hdr.front_len); in ceph_msg_revoke_incoming() local 3325 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items, in ceph_msg_new2() 3381 struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, in ceph_msg_new()
|
D | mon_client.c | 1289 int front_len = le32_to_cpu(hdr->front_len); in mon_alloc_msg() local
|
D | auth_x.c | 836 __le32 front_len; in calc_signature() member
|
D | osd_client.c | 5449 int front_len = le32_to_cpu(hdr->front_len); in get_reply() local 5510 u32 front_len = le32_to_cpu(hdr->front_len); in alloc_msg_with_page_vector() local
|
/Linux-v5.4/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
|
/Linux-v5.4/fs/ceph/ |
D | mds_client.c | 4752 int front_len = (int) le32_to_cpu(hdr->front_len); in mds_alloc_msg() local
|