Searched refs:ceph_encode_copy (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/ceph/ | 
| D | crypto.c | 83 	ceph_encode_copy(p, &key->created, sizeof(key->created));  in ceph_crypto_key_encode()85 	ceph_encode_copy(p, key->key, key->len);  in ceph_crypto_key_encode()
 
 | 
| D | auth.c | 97 	ceph_encode_copy(p, name, len);  in ceph_auth_entity_name_encode()
 | 
| D | cls_lock_client.c | 169 	ceph_encode_copy(&p, locker, sizeof(*locker));  in ceph_cls_break_lock()
 | 
| D | auth_x.c | 551 		ceph_encode_copy(&p, xi->auth_authorizer.buf->vec.iov_base,  in ceph_x_build_request()
 | 
| D | osd_client.c | 2172 		ceph_encode_copy(&p, &head.client_inc, sizeof(head.client_inc));  in encode_request_finish()2173 		ceph_encode_copy(&p, &head.epoch, sizeof(head.epoch));  in encode_request_finish()
 2174 		ceph_encode_copy(&p, &head.flags, sizeof(head.flags));  in encode_request_finish()
 2175 		ceph_encode_copy(&p, &head.mtime, sizeof(head.mtime));  in encode_request_finish()
 
 | 
| /Linux-v5.4/include/linux/ceph/ | 
| D | decode.h | 265 static inline void ceph_encode_copy(void **p, const void *s, int len)  in ceph_encode_copy()  function381 		ceph_encode_copy(p, pv, n);			\
 
 | 
| /Linux-v5.4/fs/ceph/ | 
| D | mds_client.c | 2387 		ceph_encode_copy(&p, &ts, sizeof(ts));  in create_request_message()2478 			ceph_encode_copy(&p, &ts, sizeof(ts));  in __prepare_send_request()
 
 |