Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Dattr.c101 args.hashval = xfs_da_hashname(args.name, args.namelen); in xchk_xattr_listent()
388 calc_hash = xfs_da_hashname(lentry->nameval, lentry->namelen); in xchk_xattr_rec()
396 calc_hash = xfs_da_hashname(rentry->name, rentry->namelen); in xchk_xattr_rec()
Ddir.c278 calc_hash = xfs_da_hashname(dent->name, dent->namelen); in xchk_dir_rec()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_btree.h195 uint xfs_da_hashname(const uint8_t *name_string, int name_length);
Dxfs_dir2_block.c45 xfs_dir_hash_dot = xfs_da_hashname((unsigned char *)".", 1); in xfs_dir_startup()
46 xfs_dir_hash_dotdot = xfs_da_hashname((unsigned char *)"..", 2); in xfs_dir_startup()
Dxfs_attr.c86 args->hashval = xfs_da_hashname(args->name, args->namelen); in xfs_attr_args_init()
Dxfs_da_btree.c1992 xfs_da_hashname(const uint8_t *name, int namelen) in xfs_da_hashname() function
2033 return xfs_da_hashname(name->name, name->len); in xfs_default_hashname()
Dxfs_attr_leaf.c844 nargs.hashval = xfs_da_hashname(sfe->nameval, in xfs_attr_shortform_to_leaf()
/linux-4.19.296/fs/xfs/
Dxfs_attr_list.c137 sbp->hash = xfs_da_hashname(sfe->nameval, sfe->namelen); in xfs_attr_shortform_list()