Lines Matching refs:dx_entry
906 struct ocfs2_dx_entry *dx_entry = NULL;
952 dx_entry = &entry_list->de_entries[i];
954 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash)
955 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash))
963 le64_to_cpu(dx_entry->dx_dirent_blk),
1000 res->dl_dx_entry = dx_entry;
1244 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry;
1273 index = (char *)dx_entry - (char *)entry_list->de_entries;
1274 index /= sizeof(*dx_entry);
1277 mlog(ML_ERROR, "Dir %llu: Bad dx_entry ptr idx %d, (%p, %p)\n",
1279 entry_list, dx_entry);
1449 struct ocfs2_dx_entry *dx_entry;
1452 dx_entry = &entry_list->de_entries[i];
1454 memset(dx_entry, 0, sizeof(*dx_entry));
1455 dx_entry->dx_major_hash = cpu_to_le32(hinfo->major_hash);
1456 dx_entry->dx_minor_hash = cpu_to_le32(hinfo->minor_hash);
1457 dx_entry->dx_dirent_blk = cpu_to_le64(dirent_blk);
3652 struct ocfs2_dx_entry *dx_entry;
3665 memset(&tmp_list->de_entries, 0, sizeof(*dx_entry)*num_used);
3668 dx_entry = &orig_list->de_entries[j];
3669 major_hash = le32_to_cpu(dx_entry->dx_major_hash);
3672 dx_entry);
3675 dx_entry);
4026 struct ocfs2_dx_entry *dx_entry;
4082 dx_entry = &entry_list->de_entries[i];
4085 le32_to_cpu(dx_entry->dx_minor_hash));
4088 ocfs2_dx_dir_leaf_insert_tail(target_leaf, dx_entry);