Searched refs:ceph_pagelist_encode_32 (Results 1 – 2 of 2) sorted by relevance
35 static inline int ceph_pagelist_encode_32(struct ceph_pagelist *pl, u32 v) in ceph_pagelist_encode_32() function52 int ret = ceph_pagelist_encode_32(pl, len); in ceph_pagelist_encode_string()
4862 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()