Home
last modified time | relevance | path

Searched defs:hoid (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ceph/
H A Ddebugfs.c300 static void dump_hoid(struct seq_file *s, const struct ceph_hobject_id *hoid) in dump_hoid()
H A Dosd_client.c1768 static void hoid_get_effective_key(const struct ceph_hobject_id *hoid, in hoid_get_effective_key()
1847 static int decode_hoid(void **p, void *end, struct ceph_hobject_id *hoid) in decode_hoid()
1900 static int hoid_encoding_size(const struct ceph_hobject_id *hoid) in hoid_encoding_size()
1906 static void encode_hoid(void **p, void *end, const struct ceph_hobject_id *hoid) in encode_hoid()
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() local
4463 struct ceph_hobject_id hoid; in target_contained_by() local
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h384 static inline void ceph_hoid_build_hash_cache(struct ceph_hobject_id *hoid) in ceph_hoid_build_hash_cache()