Home
last modified time | relevance | path

Searched refs:ceph_pagelist_encode_32 (Results 1 – 4 of 4) 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/fs/ceph/
H A Dxattr.c1399 ceph_pagelist_encode_32(pagelist, 1); in ceph_security_init_secctx()
1429 ceph_pagelist_encode_32(pagelist, name_len); in ceph_security_init_secctx()
1432 ceph_pagelist_encode_32(pagelist, as_ctx->lsmctx.len); in ceph_security_init_secctx()
H A Dmds_client.c4601 err = ceph_pagelist_encode_32(_pagelist, 0); in send_reconnect_partial()
4607 err = ceph_pagelist_encode_32(recon_state->pagelist, 0); in send_reconnect_partial()
4612 err = ceph_pagelist_encode_32(_pagelist, 0); in send_reconnect_partial()
4847 ceph_pagelist_encode_32(pagelist, struct_len); in reconnect_caps_cb()
4885 err = ceph_pagelist_encode_32(pagelist, mdsc->num_snap_realms); in encode_snap_realms()
4917 ceph_pagelist_encode_32(pagelist, sizeof(sr_rec)); in encode_snap_realms()
5011 err = ceph_pagelist_encode_32(recon_state.pagelist, 0); in send_mds_reconnect()
/linux/net/ceph/
H A Dosd_client.c4861 ret |= ceph_pagelist_encode_32(pl, payload_len); in osd_req_op_notify_ack_init()
4864 ret |= ceph_pagelist_encode_32(pl, 0); in osd_req_op_notify_ack_init()
4949 ret = ceph_pagelist_encode_32(lreq->request_pl, 1); /* prot_ver */ in ceph_osdc_notify()
4950 ret |= ceph_pagelist_encode_32(lreq->request_pl, timeout); in ceph_osdc_notify()
4951 ret |= ceph_pagelist_encode_32(lreq->request_pl, payload_len); in ceph_osdc_notify()