Lines Matching refs:dx_entry
235 struct dx_entry struct
262 struct dx_entry entries[];
268 struct dx_entry entries[];
275 struct dx_entry *entries;
276 struct dx_entry *at;
294 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry);
295 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t value);
296 static inline unsigned dx_get_hash(struct dx_entry *entry);
297 static void dx_set_hash(struct dx_entry *entry, unsigned value);
298 static unsigned dx_get_count(struct dx_entry *entries);
299 static unsigned dx_get_limit(struct dx_entry *entries);
300 static void dx_set_count(struct dx_entry *entries, unsigned value);
301 static void dx_set_limit(struct dx_entry *entries, unsigned value);
482 size = count_offset + (count * sizeof(struct dx_entry)); in ext4_dx_csum()
507 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_verify()
512 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_verify()
536 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_set()
541 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_set()
569 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry) in dx_get_block()
574 static inline void dx_set_block(struct dx_entry *entry, ext4_lblk_t value) in dx_set_block()
579 static inline unsigned dx_get_hash(struct dx_entry *entry) in dx_get_hash()
584 static inline void dx_set_hash(struct dx_entry *entry, unsigned value) in dx_set_hash()
589 static inline unsigned dx_get_count(struct dx_entry *entries) in dx_get_count()
594 static inline unsigned dx_get_limit(struct dx_entry *entries) in dx_get_limit()
599 static inline void dx_set_count(struct dx_entry *entries, unsigned value) in dx_set_count()
604 static inline void dx_set_limit(struct dx_entry *entries, unsigned value) in dx_set_limit()
617 return entry_space / sizeof(struct dx_entry); in dx_root_limit()
627 return entry_space / sizeof(struct dx_entry); in dx_node_limit()
634 static void dx_show_index(char * label, struct dx_entry *entries) in dx_show_index()
743 struct dx_entry *entries, int levels) in dx_show_entries()
779 static inline void htree_rep_invariant_check(struct dx_entry *at, in htree_rep_invariant_check()
780 struct dx_entry *target, in htree_rep_invariant_check()
793 static inline void htree_rep_invariant_check(struct dx_entry *at, in htree_rep_invariant_check()
794 struct dx_entry *target, in htree_rep_invariant_check()
814 struct dx_entry *at, *entries, *p, *q, *m; in dx_probe()
886 entries = (struct dx_entry *)(((char *)&root->info) + in dx_probe()
1381 struct dx_entry *entries = frame->entries; in dx_insert_block()
1382 struct dx_entry *old = frame->at, *new = old + 1; in dx_insert_block()
2281 struct dx_entry *entries; in make_indexed_dir()
2541 struct dx_entry *entries, *at; in ext4_dx_add_entry()
2581 struct dx_entry *entries2; in ext4_dx_add_entry()
2638 icount2 * sizeof(struct dx_entry)); in ext4_dx_add_entry()
2668 icount * sizeof(struct dx_entry)); in ext4_dx_add_entry()