Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/ceph/
Dbuffer.h16 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);
Dmessenger.h82 struct ceph_buffer *middle;
/linux-2.6.39/net/ceph/
Dbuffer.c10 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()
Dauth_x.h22 struct ceph_buffer *ticket_blob;
29 struct ceph_buffer *buf;
Dauth_x.c171 struct ceph_buffer *new_ticket_blob; in ceph_x_proc_ticket_reply()
/linux-2.6.39/fs/ceph/
Dsuper.h141 struct ceph_buffer *xattr_blob;
222 struct ceph_buffer *blob, *prealloc_blob;
Dxattr.c750 struct ceph_buffer *blob = NULL; in ceph_setxattr()
Dcaps.c933 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()
Dinode.c566 struct ceph_buffer *xattr_blob = NULL; in fill_inode()