Searched refs:xfs_da_hashname (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/xfs/scrub/ |
| D | attr.c | 160 args.hashval = xfs_da_hashname(args.name, args.namelen); in xchk_xattr_listent() 453 calc_hash = xfs_da_hashname(lentry->nameval, lentry->namelen); in xchk_xattr_rec() 461 calc_hash = xfs_da_hashname(rentry->name, rentry->namelen); in xchk_xattr_rec()
|
| D | dir.c | 271 calc_hash = xfs_da_hashname(dent->name, dent->namelen); in xchk_dir_rec()
|
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_da_btree.h | 197 uint xfs_da_hashname(const uint8_t *name_string, int name_length);
|
| D | xfs_dir2_block.c | 42 xfs_dir_hash_dot = xfs_da_hashname((unsigned char *)".", 1); in xfs_dir_startup() 43 xfs_dir_hash_dotdot = xfs_da_hashname((unsigned char *)"..", 2); in xfs_dir_startup()
|
| D | xfs_attr.c | 81 args->hashval = xfs_da_hashname(args->name, args->namelen); in xfs_attr_args_init()
|
| D | xfs_da_btree.c | 2010 xfs_da_hashname(const uint8_t *name, int namelen) in xfs_da_hashname() function 2051 return xfs_da_hashname(name->name, name->len); in xfs_default_hashname()
|
| D | xfs_attr_leaf.c | 855 nargs.hashval = xfs_da_hashname(sfe->nameval, in xfs_attr_shortform_to_leaf()
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_attr_list.c | 132 sbp->hash = xfs_da_hashname(sfe->nameval, sfe->namelen); in xfs_attr_shortform_list()
|