Searched refs:ceph_pagelist_encode_32 (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/linux/ceph/ |
| D | pagelist.h | 47 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-v5.4/fs/ceph/ |
| D | acl.c | 204 ceph_pagelist_encode_32(pagelist, acl && default_acl ? 2 : 1); in ceph_pre_init_acls() 217 ceph_pagelist_encode_32(pagelist, val_size1); in ceph_pre_init_acls() 231 ceph_pagelist_encode_32(pagelist, val_size2); in ceph_pre_init_acls()
|
| D | xattr.c | 1226 ceph_pagelist_encode_32(pagelist, 1); in ceph_security_init_secctx() 1257 ceph_pagelist_encode_32(pagelist, name_len); in ceph_security_init_secctx() 1260 ceph_pagelist_encode_32(pagelist, as_ctx->sec_ctxlen); in ceph_security_init_secctx()
|
| D | mds_client.c | 3275 err = ceph_pagelist_encode_32(_pagelist, 0); in send_reconnect_partial() 3281 err = ceph_pagelist_encode_32(recon_state->pagelist, 0); in send_reconnect_partial() 3286 err = ceph_pagelist_encode_32(_pagelist, 0); in send_reconnect_partial() 3453 ceph_pagelist_encode_32(pagelist, struct_len); in encode_caps_cb() 3509 err = ceph_pagelist_encode_32(pagelist, mdsc->num_snap_realms); in encode_snap_realms() 3541 ceph_pagelist_encode_32(pagelist, sizeof(sr_rec)); in encode_snap_realms() 3636 err = ceph_pagelist_encode_32(recon_state.pagelist, 0); in send_mds_reconnect()
|
| /Linux-v5.4/net/ceph/ |
| D | osd_client.c | 4726 ret |= ceph_pagelist_encode_32(pl, payload_len); in osd_req_op_notify_ack_init() 4729 ret |= ceph_pagelist_encode_32(pl, 0); in osd_req_op_notify_ack_init() 4793 ret = ceph_pagelist_encode_32(pl, 1); /* prot_ver */ in osd_req_op_notify_init() 4794 ret |= ceph_pagelist_encode_32(pl, timeout); in osd_req_op_notify_init() 4795 ret |= ceph_pagelist_encode_32(pl, payload_len); in osd_req_op_notify_init()
|