Home
last modified time | relevance | path

Searched refs:xfs_da_hashname (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_dahash_test.c654 hash = xfs_da_hashname(test_buf + test[i].start, in xfs_dahash_test()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_da_btree.h227 uint xfs_da_hashname(const uint8_t *name_string, int name_length);
Dxfs_dir2_block.c43 xfs_dir_hash_dot = xfs_da_hashname((unsigned char *)".", 1); in xfs_dir_startup()
44 xfs_dir_hash_dotdot = xfs_da_hashname((unsigned char *)"..", 2); in xfs_dir_startup()
Dxfs_attr.c418 return xfs_da_hashname(name, namelen); in xfs_attr_hashname()
Dxfs_dir2.c751 return xfs_da_hashname(name->name, name->len); in xfs_dir2_hashname()
Dxfs_da_btree.c2254 xfs_da_hashname(const uint8_t *name, int namelen) in xfs_da_hashname() function