Home
last modified time | relevance | path

Searched defs:name_hash (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/fs/ocfs2/
Dxattr.c1472 static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_add_entry()
1637 static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_block_add_entry()
1790 static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash) in ocfs2_xa_bucket_add_entry()
2104 u32 name_hash, in ocfs2_xa_prepare_entry()
2206 u32 name_hash = ocfs2_xattr_name_hash(loc->xl_inode, xi->xi_name, in ocfs2_xa_set() local
3659 u32 name_hash, in ocfs2_xattr_get_rec()
3727 u32 name_hash, in ocfs2_find_xe_in_bucket()
3790 u32 name_hash, in ocfs2_xattr_bucket_find()
3914 u32 name_hash = ocfs2_xattr_name_hash(inode, name, strlen(name)); in ocfs2_xattr_index_block_find() local
4070 u32 name_hash = UINT_MAX, e_cpos = 0, num_clusters = 0; in ocfs2_iterate_xattr_index_block() local
[all …]
Ddir.c882 u32 name_hash = hinfo->major_hash; in ocfs2_dx_dir_lookup() local
/linux-3.3/drivers/staging/tidspbridge/pmgr/
Ddbll.c871 static u16 name_hash(void *key, u16 max_bucket) in name_hash() function