Searched refs:ceph_pagelist_encode_32 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ceph/ |
D | pagelist.h | 56 static inline int ceph_pagelist_encode_32(struct ceph_pagelist *pl, u32 v) in ceph_pagelist_encode_32() function 73 int ret = ceph_pagelist_encode_32(pl, len); in ceph_pagelist_encode_string()
|
/Linux-v4.19/fs/ceph/ |
D | acl.c | 218 ceph_pagelist_encode_32(pagelist, acl && default_acl ? 2 : 1); in ceph_pre_init_acls() 231 ceph_pagelist_encode_32(pagelist, val_size1); in ceph_pre_init_acls() 245 ceph_pagelist_encode_32(pagelist, val_size2); in ceph_pre_init_acls()
|
D | mds_client.c | 3074 ceph_pagelist_encode_32(pagelist, struct_len); in encode_caps_cb() 3179 err = ceph_pagelist_encode_32(pagelist, s_nr_caps); in send_mds_reconnect()
|
/Linux-v4.19/net/ceph/ |
D | osd_client.c | 4610 ret |= ceph_pagelist_encode_32(pl, payload_len); in osd_req_op_notify_ack_init() 4613 ret |= ceph_pagelist_encode_32(pl, 0); in osd_req_op_notify_ack_init() 4678 ret = ceph_pagelist_encode_32(pl, 1); /* prot_ver */ in osd_req_op_notify_init() 4679 ret |= ceph_pagelist_encode_32(pl, timeout); in osd_req_op_notify_init() 4680 ret |= ceph_pagelist_encode_32(pl, payload_len); in osd_req_op_notify_init()
|