Searched refs:dx_entry (Results 1 – 3 of 3) sorted by relevance
229 struct dx_entry struct256 struct dx_entry entries[];262 struct dx_entry entries[];269 struct dx_entry *entries;270 struct dx_entry *at;288 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry);289 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t value);290 static inline unsigned dx_get_hash(struct dx_entry *entry);291 static void dx_set_hash(struct dx_entry *entry, unsigned value);292 static unsigned dx_get_count(struct dx_entry *entries);[all …]
898 struct ocfs2_dx_entry *dx_entry = NULL; in ocfs2_dx_dir_search() local944 dx_entry = &entry_list->de_entries[i]; in ocfs2_dx_dir_search()946 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash) in ocfs2_dx_dir_search()947 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash)) in ocfs2_dx_dir_search()955 le64_to_cpu(dx_entry->dx_dirent_blk), in ocfs2_dx_dir_search()992 res->dl_dx_entry = dx_entry; in ocfs2_dx_dir_search()1236 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry; in ocfs2_delete_entry_dx() local1265 index = (char *)dx_entry - (char *)entry_list->de_entries; in ocfs2_delete_entry_dx()1266 index /= sizeof(*dx_entry); in ocfs2_delete_entry_dx()1271 entry_list, dx_entry); in ocfs2_delete_entry_dx()[all …]
324 - struct dx_entry326 - As many 8-byte ``struct dx_entry`` as fits in the rest of the data block.396 - struct dx_entry398 - As many 8-byte ``struct dx_entry`` as fits in the rest of the data block.401 ``struct dx_node`` are recorded as ``struct dx_entry``, which is 8 bytes426 block (precisely the length of one dx_entry) are used to store a452 (dx_root or dx_node), all of the htree indices (dx_entry) that are in