Searched refs:dx_entry (Results 1 – 2 of 2) sorted by relevance
186 struct dx_entry struct213 struct dx_entry entries[0];219 struct dx_entry entries[0];226 struct dx_entry *entries;227 struct dx_entry *at;245 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry);246 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t value);247 static inline unsigned dx_get_hash(struct dx_entry *entry);248 static void dx_set_hash(struct dx_entry *entry, unsigned value);249 static unsigned dx_get_count(struct dx_entry *entries);[all …]
917 struct ocfs2_dx_entry *dx_entry = NULL; in ocfs2_dx_dir_search() local963 dx_entry = &entry_list->de_entries[i]; in ocfs2_dx_dir_search()965 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash) in ocfs2_dx_dir_search()966 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash)) in ocfs2_dx_dir_search()974 le64_to_cpu(dx_entry->dx_dirent_blk), in ocfs2_dx_dir_search()1011 res->dl_dx_entry = dx_entry; in ocfs2_dx_dir_search()1255 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry; in ocfs2_delete_entry_dx() local1284 index = (char *)dx_entry - (char *)entry_list->de_entries; in ocfs2_delete_entry_dx()1285 index /= sizeof(*dx_entry); in ocfs2_delete_entry_dx()1290 entry_list, dx_entry); in ocfs2_delete_entry_dx()[all …]