Home
last modified time | relevance | path

Searched refs:ceph_string (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/linux/ceph/
H A Dstring_table.h10 struct ceph_string { struct
21 extern struct ceph_string *ceph_find_or_create_string(const char *str, argument
25 static inline struct ceph_string *ceph_get_string(struct ceph_string *str) in ceph_get_string()
31 static inline void ceph_put_string(struct ceph_string *str) in ceph_put_string()
38 static inline int ceph_compare_string(struct ceph_string *cs, in ceph_compare_string()
51 struct ceph_string *___str; \
H A Dceph_fs.h57 struct ceph_string;
67 struct ceph_string __rcu *pool_ns; /* rados pool namespace */
H A Dosdmap.h77 struct ceph_string *pool_ns;
/openbmc/linux/net/ceph/
H A Dstring_table.c11 struct ceph_string *ceph_find_or_create_string(const char* str, size_t len) in ceph_find_or_create_string()
13 struct ceph_string *cs, *exist; in ceph_find_or_create_string()
21 exist = rb_entry(*p, struct ceph_string, node); in ceph_find_or_create_string()
56 exist = rb_entry(*p, struct ceph_string, node); in ceph_find_or_create_string()
90 struct ceph_string *cs = container_of(ref, struct ceph_string, kref); in ceph_release_string()
/openbmc/linux/fs/ceph/
H A Dxattr.c62 struct ceph_string *pool_ns; in ceph_vxattrcb_layout()
186 struct ceph_string *ns = ceph_try_get_string(ci->i_layout.pool_ns); in ceph_vxattrcb_layout_pool_namespace()
H A Daddr.c1980 s64 pool, struct ceph_string *pool_ns) in __ceph_pool_perm_get()
2156 struct ceph_string *pool_ns; in ceph_pool_perm_check()
H A Dinode.c927 struct ceph_string *pool_ns = NULL; in ceph_fill_inode()
1073 struct ceph_string *old_ns; in ceph_fill_inode()
H A Dcaps.c3385 struct ceph_string *pool_ns;
3560 struct ceph_string *old_ns; in handle_cap_grant()
H A Dfile.c626 struct ceph_string *pool_ns; in ceph_finish_async_create()