Searched defs:dx_entry (Results 1 - 3 of 3) sorted by relevance

/fs/ext3/
H A Dnamei.c84 struct dx_entry struct
111 struct dx_entry entries[0];
117 struct dx_entry entries[0];
124 struct dx_entry *entries;
125 struct dx_entry *at;
135 static inline unsigned dx_get_block (struct dx_entry *entry);
136 static void dx_set_block (struct dx_entry *entry, unsigned value);
137 static inline unsigned dx_get_hash (struct dx_entry *entry);
138 static void dx_set_hash (struct dx_entry *entry, unsigned value);
139 static unsigned dx_get_count (struct dx_entry *entrie
[all...]
/fs/ext4/
H A Dnamei.c183 struct dx_entry struct
210 struct dx_entry entries[0];
216 struct dx_entry entries[0];
223 struct dx_entry *entries;
224 struct dx_entry *at;
242 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry);
243 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t value);
244 static inline unsigned dx_get_hash(struct dx_entry *entry);
245 static void dx_set_hash(struct dx_entry *entry, unsigned value);
246 static unsigned dx_get_count(struct dx_entry *entrie
[all...]
/fs/ocfs2/
H A Ddir.c927 struct ocfs2_dx_entry *dx_entry = NULL; local
973 dx_entry = &entry_list->de_entries[i];
975 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash)
976 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash))
984 le64_to_cpu(dx_entry->dx_dirent_blk),
1021 res->dl_dx_entry = dx_entry;
1265 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry; local
1294 index = (char *)dx_entry - (char *)entry_list->de_entries;
1295 index /= sizeof(*dx_entry);
1298 mlog(ML_ERROR, "Dir %llu: Bad dx_entry pt
1470 struct ocfs2_dx_entry *dx_entry; local
3684 struct ocfs2_dx_entry *dx_entry; local
4059 struct ocfs2_dx_entry *dx_entry; local
[all...]

Completed in 12 milliseconds