Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
Dpagelist.h56 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-4.19.296/fs/ceph/
Dacl.c218 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()
Dmds_client.c3121 ceph_pagelist_encode_32(pagelist, struct_len); in encode_caps_cb()
3226 err = ceph_pagelist_encode_32(pagelist, s_nr_caps); in send_mds_reconnect()