Searched refs:name_hash (Results 1 - 3 of 3) sorted by relevance

/fs/f2fs/
H A Ddir.c200 f2fs_hash_t name_hash; local
209 name_hash = f2fs_dentry_hash(child);
213 de = find_in_level(dir, level, child, name_hash, res_page);
217 if (!de && F2FS_I(dir)->chash != name_hash) {
218 F2FS_I(dir)->chash = name_hash;
/fs/ocfs2/
H A Dxattr.c179 void (*xlo_add_entry)(struct ocfs2_xa_loc *loc, u32 name_hash);
1478 static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) argument
1480 loc->xl_ops->xlo_add_entry(loc, name_hash);
1481 loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash);
1643 static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) argument
1796 static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) argument
1804 * We keep buckets sorted by name_hash, so we need to find
1811 if (name_hash > le32_to_cpu(tmp_xe->xe_name_hash))
1813 else if (name_hash < le32_to_cpu(tmp_xe->xe_name_hash))
2110 u32 name_hash,
2108 ocfs2_xa_prepare_entry(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, u32 name_hash, struct ocfs2_xattr_set_ctxt *ctxt) argument
2212 u32 name_hash = ocfs2_xattr_name_hash(loc->xl_inode, xi->xi_name, local
3668 ocfs2_xattr_get_rec(struct inode *inode, u32 name_hash, u64 *p_blkno, u32 *e_cpos, u32 *num_clusters, struct ocfs2_extent_list *el) argument
3733 ocfs2_find_xe_in_bucket(struct inode *inode, struct ocfs2_xattr_bucket *bucket, int name_index, const char *name, u32 name_hash, u16 *xe_index, int *found) argument
3797 ocfs2_xattr_bucket_find(struct inode *inode, int name_index, const char *name, u32 name_hash, u64 p_blkno, u32 first_hash, u32 num_clusters, struct ocfs2_xattr_search *xs) argument
3924 u32 name_hash = ocfs2_xattr_name_hash(inode, name, strlen(name)); local
4080 u32 name_hash = UINT_MAX, e_cpos = 0, num_clusters = 0; local
5268 u32 name_hash = local
5523 u32 name_hash = ocfs2_xattr_name_hash(inode, name, strlen(name)); local
[all...]
H A Ddir.c881 u32 name_hash = hinfo->major_hash; local
883 ret = ocfs2_dx_dir_lookup_rec(inode, el, name_hash, &cpos, &blkno,
891 if (name_hash >= cend) {
897 name_hash - cpos);
898 cpos = name_hash;

Completed in 101 milliseconds