Searched defs:front_len (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/ceph/
H A Dmsgpool.h15 int front_len; /* preallocated payload size */ member in struct:ceph_msgpool
H A Dmsgr.h161 __le32 front_len; /* bytes in main payload */ member in struct:ceph_msg_header_old
179 __le32 front_len; /* bytes in main payload */ member in struct:ceph_msg_header
/linux-master/net/ceph/
H A Dmsgpool.c59 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len, argument
38 ceph_msgpool_init(struct ceph_msgpool *pool, int type, int front_len, int max_data_items, int size, const char *name) argument
[all...]
H A Dmessenger_v1.c1153 unsigned int front_len, middle_len, data_len; local
1592 unsigned int front_len = le32_to_cpu(con->v1.in_hdr.front_len); local
[all...]
H A Dauth_x.c993 __le32 front_len; member in struct:__anon27
H A Dmon_client.c1490 int front_len = le32_to_cpu(hdr->front_len); local
H A Dmessenger.c1964 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items, argument
2020 ceph_msg_new(int type, int front_len, gfp_t flags, bool can_fail) argument
[all...]
H A Dmessenger_v2.c359 static int front_len(const struct ceph_msg *msg) function
412 static int __tail_onwire_len(int front_len, int middle_len, int data_len, argument
603 fill_header(struct ceph_msg_header *hdr, const struct ceph_msg_header2 *hdr2, int front_len, int middle_len, int data_len, const struct ceph_entity_name *peer_name) argument
[all...]
H A Dosd_client.c5466 int front_len = le32_to_cpu(hdr->front_len); local
5528 u32 front_len = le32_to_cpu(hdr->front_len); local
[all...]
/linux-master/fs/ceph/
H A Dmds_client.c6127 int front_len = (int) le32_to_cpu(hdr->front_len); local

Completed in 457 milliseconds