Symbol: ceph_buffer
fs/ceph/caps.c
1227
struct ceph_buffer *xattr_buf;
fs/ceph/caps.c
1228
struct ceph_buffer *old_xattr_buf;
fs/ceph/caps.c
3489
struct ceph_buffer *xattr_buf,
fs/ceph/inode.c
987
struct ceph_buffer *xattr_blob = NULL;
fs/ceph/inode.c
988
struct ceph_buffer *old_blob = NULL;
fs/ceph/snap.c
537
struct ceph_buffer *old_blob = NULL;
fs/ceph/super.h
1153
extern struct ceph_buffer *__ceph_build_xattrs_blob(struct ceph_inode_info *ci);
fs/ceph/super.h
262
struct ceph_buffer *xattr_blob;
fs/ceph/super.h
360
struct ceph_buffer *blob, *prealloc_blob;
fs/ceph/xattr.c
1183
struct ceph_buffer *old_blob = NULL;
fs/ceph/xattr.c
1259
struct ceph_buffer *blob;
fs/ceph/xattr.c
905
struct ceph_buffer *__ceph_build_xattrs_blob(struct ceph_inode_info *ci)
fs/ceph/xattr.c
911
struct ceph_buffer *old_blob = NULL;
include/linux/ceph/buffer.h
22
extern struct ceph_buffer *ceph_buffer_new(size_t len, gfp_t gfp);
include/linux/ceph/buffer.h
25
static inline struct ceph_buffer *ceph_buffer_get(struct ceph_buffer *b)
include/linux/ceph/buffer.h
31
static inline void ceph_buffer_put(struct ceph_buffer *b)
include/linux/ceph/buffer.h
37
extern int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end);
include/linux/ceph/messenger.h
273
struct ceph_buffer *middle;
net/ceph/auth_x.c
206
struct ceph_buffer *new_ticket_blob;
net/ceph/auth_x.h
23
struct ceph_buffer *ticket_blob;
net/ceph/auth_x.h
33
struct ceph_buffer *buf;
net/ceph/buffer.c
12
struct ceph_buffer *ceph_buffer_new(size_t len, gfp_t gfp)
net/ceph/buffer.c
14
struct ceph_buffer *b;
net/ceph/buffer.c
36
struct ceph_buffer *b = container_of(kref, struct ceph_buffer, kref);
net/ceph/buffer.c
44
int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end)