Home
last modified time | relevance | path

Searched refs:ceph_decode_copy (Results 1 – 6 of 6) sorted by relevance

/linux/net/ceph/
H A Dbuffer.c55 ceph_decode_copy(p, (*b)->vec.iov_base, len); in ceph_decode_buffer()
H A Dcrypto.c83 ceph_decode_copy(p, &key->created, sizeof(key->created)); in ceph_crypto_key_decode()
H A Dcls_lock_client.c262 ceph_decode_copy(p, &locker->id.name, sizeof(locker->id.name)); in decode_locker()
H A Dosdmap.c1685 ceph_decode_copy(p, &map->fsid, sizeof(map->fsid)); in osdmap_decode()
1687 ceph_decode_copy(p, &map->created, sizeof(map->created)); in osdmap_decode()
1688 ceph_decode_copy(p, &map->modified, sizeof(map->modified)); in osdmap_decode()
1988 ceph_decode_copy(p, &fsid, sizeof(fsid)); in osdmap_apply_incremental()
1991 ceph_decode_copy(p, &modified, sizeof(modified)); in osdmap_apply_incremental()
/linux/include/linux/ceph/
H A Ddecode.h43 static inline void ceph_decode_copy(void **p, void *pv, size_t n) in ceph_decode_copy() function
87 ceph_decode_copy(p, pv, n); \
/linux/fs/ceph/
H A Dmds_client.c161 ceph_decode_copy(p, &info->btime, sizeof(info->btime)); in parse_reply_info_in()
176 ceph_decode_copy(p, &info->snap_btime, in parse_reply_info_in()
268 ceph_decode_copy(p, &info->btime, sizeof(info->btime)); in parse_reply_info_in()
4210 ceph_decode_copy(&p, cap_auths[i].match.path, _len); in handle_session()
4227 ceph_decode_copy(&p, cap_auths[i].match.fs_name, _len); in handle_session()
6139 ceph_decode_copy(&p, &fsid, sizeof(fsid)); in ceph_mdsc_handle_mdsmap()