Searched refs:ceph_buffer (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/include/linux/ceph/ |
D | buffer.h | 16 struct ceph_buffer { struct 23 extern struct ceph_buffer *ceph_buffer_new(size_t len, gfp_t gfp); argument 26 static inline struct ceph_buffer *ceph_buffer_get(struct ceph_buffer *b) in ceph_buffer_get() 32 static inline void ceph_buffer_put(struct ceph_buffer *b) in ceph_buffer_put() 37 extern int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end);
|
D | messenger.h | 82 struct ceph_buffer *middle;
|
/linux-2.6.39/net/ceph/ |
D | buffer.c | 10 struct ceph_buffer *ceph_buffer_new(size_t len, gfp_t gfp) in ceph_buffer_new() 12 struct ceph_buffer *b; in ceph_buffer_new() 40 struct ceph_buffer *b = container_of(kref, struct ceph_buffer, kref); in ceph_buffer_release() 53 int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end) in ceph_decode_buffer()
|
D | auth_x.h | 22 struct ceph_buffer *ticket_blob; 29 struct ceph_buffer *buf;
|
D | auth_x.c | 171 struct ceph_buffer *new_ticket_blob; in ceph_x_proc_ticket_reply()
|
/linux-2.6.39/fs/ceph/ |
D | super.h | 141 struct ceph_buffer *xattr_blob; 222 struct ceph_buffer *blob, *prealloc_blob;
|
D | xattr.c | 750 struct ceph_buffer *blob = NULL; in ceph_setxattr()
|
D | caps.c | 933 struct ceph_buffer *xattrs_buf, in send_cap_msg() 1086 struct ceph_buffer *xattr_blob = NULL; in __send_cap() 2303 struct ceph_buffer *xattr_buf) in handle_cap_grant()
|
D | inode.c | 566 struct ceph_buffer *xattr_blob = NULL; in fill_inode()
|