Lines Matching refs:dx_entry

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