Home
last modified time | relevance | path

Searched refs:ceph_object_locator (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/ceph/
H A Dcls_lock_client.h29 struct ceph_object_locator *oloc,
34 struct ceph_object_locator *oloc,
38 struct ceph_object_locator *oloc,
43 struct ceph_object_locator *oloc,
51 struct ceph_object_locator *oloc,
H A Dosdmap.h75 struct ceph_object_locator { struct
80 static inline void ceph_oloc_init(struct ceph_object_locator *oloc) in ceph_oloc_init() argument
86 static inline bool ceph_oloc_empty(const struct ceph_object_locator *oloc) in ceph_oloc_empty()
91 void ceph_oloc_copy(struct ceph_object_locator *dest,
92 const struct ceph_object_locator *src);
93 void ceph_oloc_destroy(struct ceph_object_locator *oloc);
296 const struct ceph_object_locator *oloc,
300 const struct ceph_object_locator *oloc,
H A Dosd_client.h210 struct ceph_object_locator base_oloc;
212 struct ceph_object_locator target_oloc;
286 struct ceph_object_locator oloc;
536 struct ceph_object_locator *src_oloc,
591 struct ceph_object_locator *oloc,
601 struct ceph_object_locator *oloc,
610 struct ceph_object_locator *oloc,
617 struct ceph_object_locator *oloc,
625 struct ceph_object_locator *oloc,
/linux/net/ceph/
H A Dcls_lock_client.c27 struct ceph_object_locator *oloc, in ceph_cls_lock()
95 struct ceph_object_locator *oloc, in ceph_cls_unlock()
146 struct ceph_object_locator *oloc, in ceph_cls_break_lock()
192 struct ceph_object_locator *oloc, in ceph_cls_set_cookie()
336 struct ceph_object_locator *oloc, in ceph_cls_lock_info()
H A Dosdmap.c2116 void ceph_oloc_copy(struct ceph_object_locator *dest, in ceph_oloc_copy()
2117 const struct ceph_object_locator *src) in ceph_oloc_copy()
2129 void ceph_oloc_destroy(struct ceph_object_locator *oloc) in ceph_oloc_destroy()
2393 const struct ceph_object_locator *oloc, in __ceph_object_locator_to_pg()
2427 const struct ceph_object_locator *oloc, in ceph_object_locator_to_pg()
H A Dosd_client.c576 static int ceph_oloc_encoding_size(const struct ceph_object_locator *oloc) in ceph_oloc_encoding_size()
2132 const struct ceph_object_locator *oloc) in encode_oloc()
3544 struct ceph_object_locator *oloc) in ceph_oloc_decode()
4767 struct ceph_object_locator *oloc, in ceph_osdc_watch()
4879 struct ceph_object_locator *oloc, in ceph_osdc_notify_ack()
4924 struct ceph_object_locator *oloc, in ceph_osdc_notify()
5057 struct ceph_object_locator *oloc, in ceph_osdc_list_watchers()
5130 struct ceph_object_locator *oloc, in ceph_osdc_call()
5303 struct ceph_object_locator *src_oloc, in osd_req_op_copy_from_init()
/linux/fs/ceph/
H A Dioctl.c187 struct ceph_object_locator oloc; in ceph_ioctl_get_dataloc()
H A Dfile.c2828 struct ceph_object_locator *src_oloc, in ceph_alloc_copyfrom_request()
2830 struct ceph_object_locator *dst_oloc, in ceph_alloc_copyfrom_request()
2877 struct ceph_object_locator src_oloc, dst_oloc; in ceph_do_objects_copy()