Searched refs:dx_entry (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ext4/
H A Dnamei.c234 struct dx_entry struct
261 struct dx_entry entries[];
267 struct dx_entry entries[];
274 struct dx_entry *entries;
275 struct dx_entry *at;
293 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry);
294 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t value);
295 static inline unsigned dx_get_hash(struct dx_entry *entry);
296 static void dx_set_hash(struct dx_entry *entry, unsigned value);
297 static unsigned dx_get_count(struct dx_entry *entrie
[all...]
/linux-master/fs/ocfs2/
H A Ddir.c898 struct ocfs2_dx_entry *dx_entry = NULL; local
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; local
1265 index = (char *)dx_entry - (char *)entry_list->de_entries;
1266 index /= sizeof(*dx_entry);
1269 mlog(ML_ERROR, "Dir %llu: Bad dx_entry pt
1441 struct ocfs2_dx_entry *dx_entry; local
3636 struct ocfs2_dx_entry *dx_entry; local
4010 struct ocfs2_dx_entry *dx_entry; local
[all...]

Completed in 132 milliseconds