Searched refs:name_hash (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/fs/ocfs2/ |
| D | xattr.c | 171 void (*xlo_add_entry)(struct ocfs2_xa_loc *loc, u32 name_hash); 1493 static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_add_entry() argument 1495 loc->xl_ops->xlo_add_entry(loc, name_hash); in ocfs2_xa_add_entry() 1496 loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash); in ocfs2_xa_add_entry() 1658 static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_block_add_entry() argument 1811 static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_bucket_add_entry() argument 1826 if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry() 1828 else if (name_hash < le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry() 2125 u32 name_hash, in ocfs2_xa_prepare_entry() argument 2158 ocfs2_xa_add_entry(loc, name_hash); in ocfs2_xa_prepare_entry() [all …]
|
| D | dir.c | 854 u32 name_hash = hinfo->major_hash; in ocfs2_dx_dir_lookup() local 856 ret = ocfs2_dx_dir_lookup_rec(inode, el, name_hash, &cpos, &blkno, in ocfs2_dx_dir_lookup() 864 if (name_hash >= cend) { in ocfs2_dx_dir_lookup() 870 name_hash - cpos); in ocfs2_dx_dir_lookup() 871 cpos = name_hash; in ocfs2_dx_dir_lookup()
|
| /Linux-v5.4/fs/f2fs/ |
| D | inline.c | 549 f2fs_hash_t name_hash; in f2fs_add_inline_entry() local 584 name_hash = f2fs_dentry_hash(dir, new_name, NULL); in f2fs_add_inline_entry() 585 f2fs_update_dentry(ino, mode, &d, new_name, name_hash, bit_pos); in f2fs_add_inline_entry()
|
| D | dir.c | 582 const struct qstr *name, f2fs_hash_t name_hash, in f2fs_update_dentry() argument 590 de->hash_code = name_hash; in f2fs_update_dentry()
|
| D | f2fs.h | 2986 const struct qstr *name, f2fs_hash_t name_hash,
|
| /Linux-v5.4/fs/btrfs/ |
| D | tree-checker.c | 315 u32 name_hash; in check_dir_item() local 397 name_hash = btrfs_name_hash(namebuf, name_len); in check_dir_item() 398 if (key->offset != name_hash) { in check_dir_item() 401 name_hash, key->offset); in check_dir_item()
|
| /Linux-v5.4/drivers/staging/exfat/ |
| D | exfat_nls.c | 399 p_uniname->name_hash = calc_checksum_2byte(upname, j << 1, 0, in nls_cstring_to_uniname()
|
| D | exfat.h | 466 u8 name_hash[2]; member 524 u16 name_hash; member
|
| D | exfat_core.c | 1363 SET16_A(strm_ep->name_hash, p_uniname->name_hash); in exfat_init_ext_entry() 2324 if (p_uniname->name_hash == GET16_A(strm_ep->name_hash) && in exfat_find_dir_entry()
|
| /Linux-v5.4/scripts/gcc-plugins/ |
| D | randomize_layout_plugin.c | 67 name_hash(const unsigned char *name) in name_hash() function 279 seed[i] ^= name_hash(structname); in shuffle()
|