Home
last modified time | relevance | path

Searched refs:ceph_buffer (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/include/linux/ceph/
Dbuffer.h15 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);
Dmessenger.h151 struct ceph_buffer *middle;
/linux-4.4.14/net/ceph/
Dbuffer.c11 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()
Dauth_x.h22 struct ceph_buffer *ticket_blob;
30 struct ceph_buffer *buf;
Dauth_x.c157 struct ceph_buffer *new_ticket_blob; in process_one_ticket()
/linux-4.4.14/fs/ceph/
Dsuper.h168 struct ceph_buffer *xattr_blob;
261 struct ceph_buffer *blob, *prealloc_blob;
Dxattr.c981 struct ceph_buffer *blob; in __ceph_setxattr()
1120 struct ceph_buffer *blob; in __ceph_removexattr()
Dcaps.c997 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()
Dinode.c674 struct ceph_buffer *xattr_blob = NULL; in fill_inode()