Searched refs:hinfo (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/include/uapi/linux/netfilter/ |
D | xt_hashlimit.h | 49 struct xt_hashlimit_htable *hinfo; member 104 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member 112 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member 120 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member
|
/linux-4.19.296/fs/ext4/ |
D | hash.c | 199 int ext4fs_dirhash(const char *name, int len, struct dx_hash_info *hinfo) in ext4fs_dirhash() argument 216 if (hinfo->seed) { in ext4fs_dirhash() 218 if (hinfo->seed[i]) { in ext4fs_dirhash() 219 memcpy(buf, hinfo->seed, sizeof(buf)); in ext4fs_dirhash() 225 switch (hinfo->hash_version) { in ext4fs_dirhash() 259 hinfo->hash = 0; in ext4fs_dirhash() 265 hinfo->hash = hash; in ext4fs_dirhash() 266 hinfo->minor_hash = minor_hash; in ext4fs_dirhash()
|
D | namei.c | 288 struct dx_hash_info *hinfo, 292 struct dx_hash_info *hinfo, 631 struct dx_hash_info *hinfo, in dx_show_leaf() argument 637 struct dx_hash_info h = *hinfo; in dx_show_leaf() 721 struct stats dx_show_entries(struct dx_hash_info *hinfo, struct inode *dir, in dx_show_entries() argument 740 dx_show_entries(hinfo, dir, ((struct dx_node *) bh->b_data)->entries, levels - 1): in dx_show_entries() 741 dx_show_leaf(dir, hinfo, (struct ext4_dir_entry_2 *) in dx_show_entries() 767 struct dx_hash_info *hinfo, struct dx_frame *frame_in) in dx_probe() argument 792 hinfo = &fname->hinfo; in dx_probe() 793 hinfo->hash_version = root->info.hash_version; in dx_probe() [all …]
|
D | ialloc.c | 435 struct dx_hash_info hinfo; in find_group_orlov() local 458 hinfo.hash_version = DX_HASH_HALF_MD4; in find_group_orlov() 459 hinfo.seed = sbi->s_hash_seed; in find_group_orlov() 460 ext4fs_dirhash(qstr->name, qstr->len, &hinfo); in find_group_orlov() 461 grp = hinfo.hash; in find_group_orlov()
|
D | inline.c | 1358 struct dx_hash_info *hinfo, in htree_inlinedir_to_tree() argument 1436 ext4fs_dirhash(de->name, de->name_len, hinfo); in htree_inlinedir_to_tree() 1437 if ((hinfo->hash < start_hash) || in htree_inlinedir_to_tree() 1438 ((hinfo->hash == start_hash) && in htree_inlinedir_to_tree() 1439 (hinfo->minor_hash < start_minor_hash))) in htree_inlinedir_to_tree() 1445 err = ext4_htree_store_dirent(dir_file, hinfo->hash, in htree_inlinedir_to_tree() 1446 hinfo->minor_hash, de, &tmp_str); in htree_inlinedir_to_tree()
|
D | ext4.h | 2096 struct dx_hash_info hinfo; member 2338 dst->hinfo.hash = src->hash; in ext4_fname_from_fscrypt_name() 2339 dst->hinfo.minor_hash = src->minor_hash; in ext4_fname_from_fscrypt_name() 2458 dx_hash_info *hinfo); 3100 struct dx_hash_info *hinfo,
|
/linux-4.19.296/include/net/ |
D | seg6_hmac.h | 47 extern int seg6_hmac_compute(struct seg6_hmac_info *hinfo, 52 struct seg6_hmac_info *hinfo);
|
/linux-4.19.296/fs/ocfs2/ |
D | dir.c | 272 struct ocfs2_dx_hinfo *hinfo) in ocfs2_dx_dir_name_hash() argument 309 hinfo->major_hash = buf[0]; in ocfs2_dx_dir_name_hash() 310 hinfo->minor_hash = buf[1]; in ocfs2_dx_dir_name_hash() 857 struct ocfs2_dx_hinfo *hinfo) in ocfs2_dx_dir_hash_idx() argument 859 return __ocfs2_dx_dir_hash_idx(osb, hinfo->minor_hash); in ocfs2_dx_dir_hash_idx() 864 struct ocfs2_dx_hinfo *hinfo, in ocfs2_dx_dir_lookup() argument 872 u32 name_hash = hinfo->major_hash; in ocfs2_dx_dir_lookup() 897 blkno += ocfs2_dx_dir_hash_idx(OCFS2_SB(inode->i_sb), hinfo); in ocfs2_dx_dir_lookup() 921 struct ocfs2_dx_hinfo *hinfo = &res->dl_hinfo; in ocfs2_dx_dir_search() local 934 ret = ocfs2_dx_dir_lookup(dir, dr_el, hinfo, NULL, &phys); in ocfs2_dx_dir_search() [all …]
|