Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/ceph/
Dpagelist.h47 static inline int ceph_pagelist_encode_32(struct ceph_pagelist *pl, u32 v) in ceph_pagelist_encode_32() function
64 int ret = ceph_pagelist_encode_32(pl, len); in ceph_pagelist_encode_string()
/linux-5.19.10/fs/ceph/
Dacl.c209 ceph_pagelist_encode_32(pagelist, acl && default_acl ? 2 : 1); in ceph_pre_init_acls()
222 ceph_pagelist_encode_32(pagelist, val_size1); in ceph_pre_init_acls()
236 ceph_pagelist_encode_32(pagelist, val_size2); in ceph_pre_init_acls()
Dxattr.c1347 ceph_pagelist_encode_32(pagelist, 1); in ceph_security_init_secctx()
1377 ceph_pagelist_encode_32(pagelist, name_len); in ceph_security_init_secctx()
1380 ceph_pagelist_encode_32(pagelist, as_ctx->sec_ctxlen); in ceph_security_init_secctx()
Dmds_client.c3640 err = ceph_pagelist_encode_32(_pagelist, 0); in send_reconnect_partial()
3646 err = ceph_pagelist_encode_32(recon_state->pagelist, 0); in send_reconnect_partial()
3651 err = ceph_pagelist_encode_32(_pagelist, 0); in send_reconnect_partial()
3878 ceph_pagelist_encode_32(pagelist, struct_len); in reconnect_caps_cb()
3915 err = ceph_pagelist_encode_32(pagelist, mdsc->num_snap_realms); in encode_snap_realms()
3947 ceph_pagelist_encode_32(pagelist, sizeof(sr_rec)); in encode_snap_realms()
4040 err = ceph_pagelist_encode_32(recon_state.pagelist, 0); in send_mds_reconnect()
/linux-5.19.10/net/ceph/
Dosd_client.c4787 ret |= ceph_pagelist_encode_32(pl, payload_len); in osd_req_op_notify_ack_init()
4790 ret |= ceph_pagelist_encode_32(pl, 0); in osd_req_op_notify_ack_init()
4875 ret = ceph_pagelist_encode_32(lreq->request_pl, 1); /* prot_ver */ in ceph_osdc_notify()
4876 ret |= ceph_pagelist_encode_32(lreq->request_pl, timeout); in ceph_osdc_notify()
4877 ret |= ceph_pagelist_encode_32(lreq->request_pl, payload_len); in ceph_osdc_notify()