Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dbuffer.h16 struct ceph_buffer { struct
22 extern struct ceph_buffer *ceph_buffer_new(size_t len, gfp_t gfp); argument
25 static inline struct ceph_buffer *ceph_buffer_get(struct ceph_buffer *b) in ceph_buffer_get()
31 static inline void ceph_buffer_put(struct ceph_buffer *b) in ceph_buffer_put()
36 extern int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end);
Dmessenger.h240 struct ceph_buffer *middle;
/Linux-v4.19/net/ceph/
Dbuffer.c12 struct ceph_buffer *ceph_buffer_new(size_t len, gfp_t gfp) in ceph_buffer_new()
14 struct ceph_buffer *b; in ceph_buffer_new()
36 struct ceph_buffer *b = container_of(kref, struct ceph_buffer, kref); in ceph_buffer_release()
44 int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end) in ceph_decode_buffer()
Dauth_x.h23 struct ceph_buffer *ticket_blob;
33 struct ceph_buffer *buf;
Dauth_x.c172 struct ceph_buffer *new_ticket_blob; in process_one_ticket()
/Linux-v4.19/fs/ceph/
Dsuper.h193 struct ceph_buffer *xattr_blob;
279 struct ceph_buffer *blob, *prealloc_blob;
Dxattr.c1084 struct ceph_buffer *blob; in __ceph_setxattr()
Dcaps.c1113 struct ceph_buffer *xattr_buf;
3037 struct ceph_buffer *xattr_buf, in handle_cap_grant()
Dinode.c744 struct ceph_buffer *xattr_blob = NULL; in fill_inode()