Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
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,
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);
287 const struct ceph_object_locator *oloc,
291 const struct ceph_object_locator *oloc,
Dosd_client.h144 struct ceph_object_locator base_oloc;
146 struct ceph_object_locator target_oloc;
216 struct ceph_object_locator oloc;
491 struct ceph_object_locator *oloc,
518 struct ceph_object_locator *oloc,
527 struct ceph_object_locator *oloc,
534 struct ceph_object_locator *oloc,
544 struct ceph_object_locator *oloc,
/linux-4.19.296/fs/ceph/
Dioctl.c186 struct ceph_object_locator oloc; in ceph_ioctl_get_dataloc()