Home
last modified time | relevance | path

Searched refs:ceph_hobject_id (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/ceph/
H A Dosd_client.h368 struct ceph_hobject_id { struct
384 static inline void ceph_hoid_build_hash_cache(struct ceph_hobject_id *hoid) in ceph_hoid_build_hash_cache() argument
399 struct ceph_hobject_id *begin;
400 struct ceph_hobject_id *end;
/openbmc/linux/net/ceph/
H A Dosd_client.c1795 static int hoid_compare(const struct ceph_hobject_id *lhs, in hoid_compare()
1796 const struct ceph_hobject_id *rhs) in hoid_compare()
1918 static void free_hoid(struct ceph_hobject_id *hoid) in free_hoid()
1958 const struct ceph_hobject_id *hoid) in lookup_containing_backoff()
2012 static void hoid_fill_from_target(struct ceph_hobject_id *hoid, in hoid_fill_from_target()
2038 struct ceph_hobject_id hoid; in should_plug_request()
4320 struct ceph_hobject_id *begin;
4321 struct ceph_hobject_id *end;
4460 const struct ceph_hobject_id *begin, in target_contained_by()
4461 const struct ceph_hobject_id *end) in target_contained_by()
[all …]
H A Ddebugfs.c300 static void dump_hoid(struct seq_file *s, const struct ceph_hobject_id *hoid) in dump_hoid()