Searched refs:ceph_buffer (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.10/include/linux/ceph/ | 
| D | buffer.h | 16 struct ceph_buffer {  struct22 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()
 37 extern int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end);
 
 | 
| D | messenger.h | 223 	struct ceph_buffer *middle;
 | 
| /Linux-v5.10/net/ceph/ | 
| D | buffer.c | 12 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()
 
 | 
| D | auth_x.h | 23 	struct ceph_buffer *ticket_blob;33 	struct ceph_buffer *buf;
 
 | 
| D | auth_x.c | 172 	struct ceph_buffer *new_ticket_blob;  in process_one_ticket()
 | 
| /Linux-v5.10/fs/ceph/ | 
| D | super.h | 209 	struct ceph_buffer *xattr_blob;302 	struct ceph_buffer *blob, *prealloc_blob;
 986 extern struct ceph_buffer *__ceph_build_xattrs_blob(struct ceph_inode_info *ci);
 
 | 
| D | xattr.c | 763 struct ceph_buffer *__ceph_build_xattrs_blob(struct ceph_inode_info *ci)  in __ceph_build_xattrs_blob()767 	struct ceph_buffer *old_blob = NULL;  in __ceph_build_xattrs_blob()
 1018 	struct ceph_buffer *old_blob = NULL;  in __ceph_setxattr()
 1090 		struct ceph_buffer *blob;  in __ceph_setxattr()
 
 | 
| D | snap.c | 468 	struct ceph_buffer *old_blob = NULL;  in ceph_queue_cap_snap()
 | 
| D | inode.c | 751 	struct ceph_buffer *xattr_blob = NULL;  in ceph_fill_inode()752 	struct ceph_buffer *old_blob = NULL;  in ceph_fill_inode()
 
 | 
| D | caps.c | 1211 	struct ceph_buffer	*xattr_buf;1212 	struct ceph_buffer	*old_xattr_buf;
 3250 			     struct ceph_buffer *xattr_buf,  in handle_cap_grant()
 
 |