Lines Matching refs:dx_entry
898 struct ocfs2_dx_entry *dx_entry = NULL;
944 dx_entry = &entry_list->de_entries[i];
946 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash)
947 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash))
955 le64_to_cpu(dx_entry->dx_dirent_blk),
992 res->dl_dx_entry = dx_entry;
1236 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry;
1265 index = (char *)dx_entry - (char *)entry_list->de_entries;
1266 index /= sizeof(*dx_entry);
1269 mlog(ML_ERROR, "Dir %llu: Bad dx_entry ptr idx %d, (%p, %p)\n",
1271 entry_list, dx_entry);
1441 struct ocfs2_dx_entry *dx_entry;
1444 dx_entry = &entry_list->de_entries[i];
1446 memset(dx_entry, 0, sizeof(*dx_entry));
1447 dx_entry->dx_major_hash = cpu_to_le32(hinfo->major_hash);
1448 dx_entry->dx_minor_hash = cpu_to_le32(hinfo->minor_hash);
1449 dx_entry->dx_dirent_blk = cpu_to_le64(dirent_blk);
3638 struct ocfs2_dx_entry *dx_entry;
3651 memset(&tmp_list->de_entries, 0, sizeof(*dx_entry)*num_used);
3654 dx_entry = &orig_list->de_entries[j];
3655 major_hash = le32_to_cpu(dx_entry->dx_major_hash);
3658 dx_entry);
3661 dx_entry);
4012 struct ocfs2_dx_entry *dx_entry;
4068 dx_entry = &entry_list->de_entries[i];
4071 le32_to_cpu(dx_entry->dx_minor_hash));
4074 ocfs2_dx_dir_leaf_insert_tail(target_leaf, dx_entry);