Searched refs:ceph_str_hash (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/ceph/ |
A D | ceph_hash.c | 107 unsigned int ceph_str_hash(int type, const char *s, unsigned int len) in ceph_str_hash() function 118 EXPORT_SYMBOL(ceph_str_hash);
|
A D | osdmap.c | 2402 raw_pgid->seed = ceph_str_hash(pi->object_hash, oid->name, in __ceph_object_locator_to_pg() 2418 raw_pgid->seed = ceph_str_hash(pi->object_hash, buf, total); in __ceph_object_locator_to_pg()
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | ceph_hash.h | 11 extern unsigned ceph_str_hash(int type, const char *s, unsigned len);
|
/linux-6.3-rc2/fs/ceph/ |
A D | inode.c | 1648 last_hash = ceph_str_hash(ci->i_dir_layout.dl_dir_hash, in ceph_readdir_prepopulate() 1706 u32 hash = ceph_str_hash(ci->i_dir_layout.dl_dir_hash, in ceph_readdir_prepopulate()
|
A D | dir.c | 2003 hash = ceph_str_hash(dci->i_dir_layout.dl_dir_hash, in ceph_dentry_hash()
|
Completed in 15 milliseconds