Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dpagelist.h55 static inline int ceph_pagelist_encode_32(struct ceph_pagelist *pl, u32 v) in ceph_pagelist_encode_32() function
72 int ret = ceph_pagelist_encode_32(pl, len); in ceph_pagelist_encode_string()
/linux-4.4.14/fs/ceph/
Dacl.c202 ceph_pagelist_encode_32(pagelist, acl && default_acl ? 2 : 1); in ceph_pre_init_acls()
215 ceph_pagelist_encode_32(pagelist, val_size1); in ceph_pre_init_acls()
229 ceph_pagelist_encode_32(pagelist, val_size2); in ceph_pre_init_acls()
Dmds_client.c2969 err = ceph_pagelist_encode_32(pagelist, s_nr_caps); in send_mds_reconnect()