Home
last modified time | relevance | path

Searched refs:ceph_pagelist_encode_32 (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/ceph/
H A Dpagelist.h35 static inline int ceph_pagelist_encode_32(struct ceph_pagelist *pl, u32 v) in ceph_pagelist_encode_32() function
52 int ret = ceph_pagelist_encode_32(pl, len); in ceph_pagelist_encode_string()
/linux/net/ceph/
H A Dosd_client.c4862 ret |= ceph_pagelist_encode_32(pl, payload_len); in osd_req_op_notify_ack_init()
4865 ret |= ceph_pagelist_encode_32(pl, 0); in osd_req_op_notify_ack_init()
4950 ret = ceph_pagelist_encode_32(lreq->request_pl, 1); /* prot_ver */ in ceph_osdc_notify()
4951 ret |= ceph_pagelist_encode_32(lreq->request_pl, timeout); in ceph_osdc_notify()
4952 ret |= ceph_pagelist_encode_32(lreq->request_pl, payload_len); in ceph_osdc_notify()