Searched refs:xfs_da_hashname (Results 1 – 6 of 6) sorted by relevance
210 uint xfs_da_hashname(const __uint8_t *name_string, int name_length);
57 xfs_dir_hash_dot = xfs_da_hashname((unsigned char *)".", 1); in xfs_dir_startup()58 xfs_dir_hash_dotdot = xfs_da_hashname((unsigned char *)"..", 2); in xfs_dir_startup()
97 args->hashval = xfs_da_hashname(args->name, args->namelen); in xfs_attr_args_init()
1956 xfs_da_hashname(const __uint8_t *name, int namelen) in xfs_da_hashname() function1997 return xfs_da_hashname(name->name, name->len); in xfs_default_hashname()
807 nargs.hashval = xfs_da_hashname(sfe->nameval, in xfs_attr_shortform_to_leaf()
154 sbp->hash = xfs_da_hashname(sfe->nameval, sfe->namelen); in xfs_attr_shortform_list()