Searched refs:name_hash (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | xattr.c | 179 void (*xlo_add_entry)(struct ocfs2_xa_loc *loc, u32 name_hash); 1501 static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_add_entry() argument 1503 loc->xl_ops->xlo_add_entry(loc, name_hash); in ocfs2_xa_add_entry() 1504 loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash); in ocfs2_xa_add_entry() 1666 static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_block_add_entry() argument 1819 static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_bucket_add_entry() argument 1834 if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry() 1836 else if (name_hash < le32_to_cpu(tmp_xe->xe_name_hash)) in ocfs2_xa_bucket_add_entry() 2133 u32 name_hash, in ocfs2_xa_prepare_entry() argument 2166 ocfs2_xa_add_entry(loc, name_hash); in ocfs2_xa_prepare_entry() [all …]
|
D | dir.c | 872 u32 name_hash = hinfo->major_hash; in ocfs2_dx_dir_lookup() local 874 ret = ocfs2_dx_dir_lookup_rec(inode, el, name_hash, &cpos, &blkno, in ocfs2_dx_dir_lookup() 882 if (name_hash >= cend) { in ocfs2_dx_dir_lookup() 888 name_hash - cpos); in ocfs2_dx_dir_lookup() 889 cpos = name_hash; in ocfs2_dx_dir_lookup()
|
/linux-4.19.296/fs/btrfs/ |
D | tree-checker.c | 261 u32 name_hash; in check_dir_item() local 343 name_hash = btrfs_name_hash(namebuf, name_len); in check_dir_item() 344 if (key->offset != name_hash) { in check_dir_item() 347 name_hash, key->offset); in check_dir_item()
|
/linux-4.19.296/fs/f2fs/ |
D | inline.c | 547 f2fs_hash_t name_hash; in f2fs_add_inline_entry() local 582 name_hash = f2fs_dentry_hash(new_name, NULL); in f2fs_add_inline_entry() 583 f2fs_update_dentry(ino, mode, &d, new_name, name_hash, bit_pos); in f2fs_add_inline_entry()
|
D | dir.c | 470 const struct qstr *name, f2fs_hash_t name_hash, in f2fs_update_dentry() argument 478 de->hash_code = name_hash; in f2fs_update_dentry()
|
D | f2fs.h | 2844 const struct qstr *name, f2fs_hash_t name_hash,
|