Searched refs:ceph_encode_32 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dauth.c88 ceph_encode_32(p, CEPH_ENTITY_TYPE_CLIENT);
89 ceph_encode_32(p, len);
110 ceph_encode_32(&p, 0); /* no protocol, yet */
118 ceph_encode_32(&p, num);
121 ceph_encode_32(&p, supported_protocols[i]);
129 ceph_encode_32(&lenp, p - lenp - sizeof(u32));
148 ceph_encode_32(&p, ac->protocol);
157 ceph_encode_32(&p, ret);
H A Ddecode.h120 static inline void ceph_encode_32(void **p, u32 v) function
151 ceph_encode_32(p, len);
161 ceph_encode_32(p, len);
181 ceph_encode_32(p, v); \
H A Dxattr.c465 ceph_encode_32(&dest, ci->i_xattrs.count);
469 ceph_encode_32(&dest, xattr->name_len);
472 ceph_encode_32(&dest, xattr->val_len);
H A Dmon_client.c203 ceph_encode_32(&p, 3);
211 ceph_encode_32(&p, 2);
H A Dauth_x.c61 ceph_encode_32(&obuf, len);

Completed in 35 milliseconds