/linux/fs/ext4/ |
H A D | dir.c | 287 u32 minor_hash; in ext4_readdir() local 291 minor_hash = EXT4_DIRENT_MINOR_HASH(de); in ext4_readdir() 294 minor_hash = 0; in ext4_readdir() 299 hash, minor_hash, &de_name, &fstr); in ext4_readdir() 418 __u32 minor_hash; member 470 __u32 minor_hash, in ext4_htree_store_dirent() argument 487 new_fn->minor_hash = minor_hash; in ext4_htree_store_dirent() 502 (new_fn->minor_hash == fname->minor_hash)) { in ext4_htree_store_dirent() [all...] |
H A D | hash.c | 204 __u32 minor_hash = 0; in __ext4fs_dirhash() local 245 minor_hash = buf[2]; in __ext4fs_dirhash() 260 minor_hash = buf[1]; in __ext4fs_dirhash() 275 minor_hash = (__u32)combined_hash; in __ext4fs_dirhash() 280 hinfo->minor_hash = 0; in __ext4fs_dirhash() 290 hinfo->minor_hash = minor_hash; in __ext4fs_dirhash()
|
H A D | crypto.c | 18 dst->hinfo.minor_hash = src->minor_hash; in ext4_fname_from_fscrypt_name()
|
H A D | namei.c | 1087 hinfo->minor_hash = EXT4_DIRENT_MINOR_HASH(de); in htree_dirblock_to_tree() 1090 hinfo->minor_hash = 0; in htree_dirblock_to_tree() 1102 (hinfo->minor_hash < start_minor_hash))) in htree_dirblock_to_tree() 1110 hinfo->hash, hinfo->minor_hash, de, in htree_dirblock_to_tree() 1119 hinfo->minor_hash, &de_name, in htree_dirblock_to_tree() 1126 hinfo->hash, hinfo->minor_hash, de, in htree_dirblock_to_tree() 1194 hinfo.minor_hash = 0; in ext4_htree_fill_tree() 1436 fname->hinfo.minor_hash != EXT4_DIRENT_MINOR_HASH(de))) in ext4_match() 1981 hinfo->hash, hinfo->minor_hash, count, move); in do_split() 2097 EXT4_DIRENT_HASHES(de)->minor_hash = in ext4_insert_dentry() [all …]
|
H A D | inline.c | 1322 hinfo->minor_hash = EXT4_DIRENT_MINOR_HASH(de); in ext4_inlinedir_to_tree() 1332 (hinfo->minor_hash < start_minor_hash))) in ext4_inlinedir_to_tree() 1339 hinfo->minor_hash, de, &tmp_str); in ext4_inlinedir_to_tree()
|
H A D | ext4.h | 2351 __le32 minor_hash; member 2377 le32_to_cpu(EXT4_DIRENT_HASHES(entry)->minor_hash) 2512 u32 minor_hash; member 2849 __u32 minor_hash,
|
/linux/fs/ocfs2/ |
H A D | dir.h | 15 u32 minor_hash; member
|
H A D | ocfs2_trace.h | 2049 unsigned int major_hash, unsigned int minor_hash, 2051 TP_ARGS(ino, namelen, name, major_hash, minor_hash, blkno), 2057 __field(unsigned int,minor_hash) 2065 __entry->minor_hash = minor_hash; 2070 __entry->major_hash, __entry->minor_hash, __entry->blkno) 2122 unsigned int major_hash, unsigned int minor_hash, 2124 TP_ARGS(dir, major_hash, minor_hash, namelen, name, num_used), 2128 __field(unsigned int, minor_hash) 2136 __entry->minor_hash [all...] |
H A D | dir.c | 290 hinfo->minor_hash = buf[1]; in ocfs2_dx_dir_name_hash() 845 u32 minor_hash) in __ocfs2_dx_dir_hash_idx() argument 847 return minor_hash & osb->osb_dx_mask; in __ocfs2_dx_dir_hash_idx() 853 return __ocfs2_dx_dir_hash_idx(osb, hinfo->minor_hash); in ocfs2_dx_dir_hash_idx() 936 hinfo->minor_hash, (unsigned long long)phys); in ocfs2_dx_dir_search() 961 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash)) in ocfs2_dx_dir_search() 1475 dx_entry->dx_minor_hash = cpu_to_le32(hinfo->minor_hash); in ocfs2_dx_entry_list_insert() 2691 hinfo.major_hash, hinfo.minor_hash, in ocfs2_dx_dir_index_root_block() 3650 * of minor_hash, we can optimize - an item at block offset X within
|
/linux/include/linux/ |
H A D | fscrypt.h | 47 u32 minor_hash; member 410 u32 hash, u32 minor_hash, 689 u32 hash, u32 minor_hash, in fscrypt_fname_disk_to_usr() argument
|
/linux/Documentation/filesystems/ext4/ |
H A D | directory.rst | 145 - minor_hash 216 minor_hash->block map to find leafe nodes. Leaf nodes contain a linear
|
/linux/fs/ubifs/ |
H A D | dir.c | 249 err = ubifs_tnc_lookup_dh(c, &key, dent, nm.minor_hash); in ubifs_lookup()
|
H A D | journal.c | 779 err = ubifs_tnc_remove_dh(c, &dent_key, nm->minor_hash); in ubifs_jnl_update()
|