Lines Matching refs:dx_entry
234 struct dx_entry
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 *entries);
298 static unsigned dx_get_limit(struct dx_entry *entries);
299 static void dx_set_count(struct dx_entry *entries, unsigned value);
300 static void dx_set_limit(struct dx_entry *entries, unsigned value);
481 size = count_offset + (count * sizeof(struct dx_entry));
506 if (count_offset + (limit * sizeof(struct dx_entry)) >
511 t = (struct dx_tail *)(((struct dx_entry *)c) + limit);
535 if (count_offset + (limit * sizeof(struct dx_entry)) >
540 t = (struct dx_tail *)(((struct dx_entry *)c) + limit);
568 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry)
573 static inline void dx_set_block(struct dx_entry *entry, ext4_lblk_t value)
578 static inline unsigned dx_get_hash(struct dx_entry *entry)
583 static inline void dx_set_hash(struct dx_entry *entry, unsigned value)
588 static inline unsigned dx_get_count(struct dx_entry *entries)
593 static inline unsigned dx_get_limit(struct dx_entry *entries)
598 static inline void dx_set_count(struct dx_entry *entries, unsigned value)
603 static inline void dx_set_limit(struct dx_entry *entries, unsigned value)
616 return entry_space / sizeof(struct dx_entry);
626 return entry_space / sizeof(struct dx_entry);
633 static void dx_show_index(char * label, struct dx_entry *entries)
742 struct dx_entry *entries, int levels)
778 static inline void htree_rep_invariant_check(struct dx_entry *at,
779 struct dx_entry *target,
792 static inline void htree_rep_invariant_check(struct dx_entry *at,
793 struct dx_entry *target,
813 struct dx_entry *at, *entries, *p, *q, *m;
885 entries = (struct dx_entry *)(((char *)&root->info) +
1380 struct dx_entry *entries = frame->entries;
1381 struct dx_entry *old = frame->at, *new = old + 1;
2232 struct dx_entry *entries;
2492 struct dx_entry *entries, *at;
2532 struct dx_entry *entries2;
2589 icount2 * sizeof(struct dx_entry));
2619 icount * sizeof(struct dx_entry));