Searched defs:name_hash (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/fs/f2fs/ | 
| D | dir.c | 214 	f2fs_hash_t name_hash;  in f2fs_find_entry()  local 474 				const struct qstr *name, f2fs_hash_t name_hash,  in f2fs_update_dentry()
  | 
| D | inline.c | 398 	f2fs_hash_t name_hash;  in f2fs_add_inline_entry()  local
  | 
| /linux-4.1.27/fs/ocfs2/ | 
| D | xattr.c | 1482 static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)  in ocfs2_xa_add_entry() 1647 static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)  in ocfs2_xa_block_add_entry() 1800 static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)  in ocfs2_xa_bucket_add_entry() 2114 				  u32 name_hash,  in ocfs2_xa_prepare_entry() 2216 	u32 name_hash = ocfs2_xattr_name_hash(loc->xl_inode, xi->xi_name,  in ocfs2_xa_set()  local 3673 			       u32 name_hash,  in ocfs2_xattr_get_rec() 3741 				   u32 name_hash,  in ocfs2_find_xe_in_bucket() 3804 				   u32 name_hash,  in ocfs2_xattr_bucket_find() 3928 	u32 name_hash = ocfs2_xattr_name_hash(inode, name, strlen(name));  in ocfs2_xattr_index_block_find()  local 4084 	u32 name_hash = UINT_MAX, e_cpos = 0, num_clusters = 0;  in ocfs2_iterate_xattr_index_block()  local [all …] 
 | 
| D | dir.c | 881 	u32 name_hash = hinfo->major_hash;  in ocfs2_dx_dir_lookup()  local
  |