Searched refs:ceph_buffer (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/ceph/ |
D | buffer.h | 15 struct ceph_buffer { struct 21 extern struct ceph_buffer *ceph_buffer_new(size_t len, gfp_t gfp); argument 24 static inline struct ceph_buffer *ceph_buffer_get(struct ceph_buffer *b) in ceph_buffer_get() 30 static inline void ceph_buffer_put(struct ceph_buffer *b) in ceph_buffer_put() 35 extern int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end);
|
D | messenger.h | 151 struct ceph_buffer *middle;
|
/linux-4.4.14/net/ceph/ |
D | buffer.c | 11 struct ceph_buffer *ceph_buffer_new(size_t len, gfp_t gfp) in ceph_buffer_new() 13 struct ceph_buffer *b; in ceph_buffer_new() 35 struct ceph_buffer *b = container_of(kref, struct ceph_buffer, kref); in ceph_buffer_release() 43 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; 30 struct ceph_buffer *buf;
|
D | auth_x.c | 157 struct ceph_buffer *new_ticket_blob; in process_one_ticket()
|
/linux-4.4.14/fs/ceph/ |
D | super.h | 168 struct ceph_buffer *xattr_blob; 261 struct ceph_buffer *blob, *prealloc_blob;
|
D | xattr.c | 981 struct ceph_buffer *blob; in __ceph_setxattr() 1120 struct ceph_buffer *blob; in __ceph_removexattr()
|
D | caps.c | 997 struct ceph_buffer *xattrs_buf, in send_cap_msg() 1126 struct ceph_buffer *xattr_blob = NULL; in __send_cap() 2754 struct ceph_buffer *xattr_buf, in handle_cap_grant()
|
D | inode.c | 674 struct ceph_buffer *xattr_blob = NULL; in fill_inode()
|