Searched refs:ceph_pagelist_encode_32 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A 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()
|
| H A D | xattr.c | 1237 ceph_pagelist_encode_32(pagelist, 1); in ceph_security_init_secctx() 1268 ceph_pagelist_encode_32(pagelist, name_len); in ceph_security_init_secctx() 1271 ceph_pagelist_encode_32(pagelist, as_ctx->sec_ctxlen); in ceph_security_init_secctx()
|
| H A D | mds_client.c | 3631 err = ceph_pagelist_encode_32(_pagelist, 0); in send_reconnect_partial() 3637 err = ceph_pagelist_encode_32(recon_state->pagelist, 0); in send_reconnect_partial() 3642 err = ceph_pagelist_encode_32(_pagelist, 0); in send_reconnect_partial() 3869 ceph_pagelist_encode_32(pagelist, struct_len); in reconnect_caps_cb() 3906 err = ceph_pagelist_encode_32(pagelist, mdsc->num_snap_realms); in encode_snap_realms() 3938 ceph_pagelist_encode_32(pagelist, sizeof(sr_rec)); in encode_snap_realms() 4033 err = ceph_pagelist_encode_32(recon_state.pagelist, 0); in send_mds_reconnect()
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | osd_client.c | 4776 ret |= ceph_pagelist_encode_32(pl, payload_len); in osd_req_op_notify_ack_init() 4779 ret |= ceph_pagelist_encode_32(pl, 0); in osd_req_op_notify_ack_init() 4864 ret = ceph_pagelist_encode_32(lreq->request_pl, 1); /* prot_ver */ in ceph_osdc_notify() 4865 ret |= ceph_pagelist_encode_32(lreq->request_pl, timeout); in ceph_osdc_notify() 4866 ret |= ceph_pagelist_encode_32(lreq->request_pl, payload_len); in ceph_osdc_notify()
|