Lines Matching refs:dx_entry

229 struct dx_entry  struct
256 struct dx_entry entries[];
262 struct dx_entry entries[];
269 struct dx_entry *entries;
270 struct dx_entry *at;
288 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry);
289 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t value);
290 static inline unsigned dx_get_hash(struct dx_entry *entry);
291 static void dx_set_hash(struct dx_entry *entry, unsigned value);
292 static unsigned dx_get_count(struct dx_entry *entries);
293 static unsigned dx_get_limit(struct dx_entry *entries);
294 static void dx_set_count(struct dx_entry *entries, unsigned value);
295 static void dx_set_limit(struct dx_entry *entries, unsigned value);
474 size = count_offset + (count * sizeof(struct dx_entry)); in ext4_dx_csum()
499 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_verify()
504 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_verify()
528 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_set()
533 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_set()
561 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry) in dx_get_block()
566 static inline void dx_set_block(struct dx_entry *entry, ext4_lblk_t value) in dx_set_block()
571 static inline unsigned dx_get_hash(struct dx_entry *entry) in dx_get_hash()
576 static inline void dx_set_hash(struct dx_entry *entry, unsigned value) in dx_set_hash()
581 static inline unsigned dx_get_count(struct dx_entry *entries) in dx_get_count()
586 static inline unsigned dx_get_limit(struct dx_entry *entries) in dx_get_limit()
591 static inline void dx_set_count(struct dx_entry *entries, unsigned value) in dx_set_count()
596 static inline void dx_set_limit(struct dx_entry *entries, unsigned value) in dx_set_limit()
609 return entry_space / sizeof(struct dx_entry); in dx_root_limit()
619 return entry_space / sizeof(struct dx_entry); in dx_node_limit()
626 static void dx_show_index(char * label, struct dx_entry *entries) in dx_show_index()
733 struct dx_entry *entries, int levels) in dx_show_entries()
769 static inline void htree_rep_invariant_check(struct dx_entry *at, in htree_rep_invariant_check()
770 struct dx_entry *target, in htree_rep_invariant_check()
783 static inline void htree_rep_invariant_check(struct dx_entry *at, in htree_rep_invariant_check()
784 struct dx_entry *target, in htree_rep_invariant_check()
804 struct dx_entry *at, *entries, *p, *q, *m; in dx_probe()
870 entries = (struct dx_entry *)(((char *)&root->info) + in dx_probe()
1354 struct dx_entry *entries = frame->entries; in dx_insert_block()
1355 struct dx_entry *old = frame->at, *new = old + 1; in dx_insert_block()
2208 struct dx_entry *entries; in make_indexed_dir()
2455 struct dx_entry *entries, *at; in ext4_dx_add_entry()
2495 struct dx_entry *entries2; in ext4_dx_add_entry()
2552 icount2 * sizeof(struct dx_entry)); in ext4_dx_add_entry()
2582 icount * sizeof(struct dx_entry)); in ext4_dx_add_entry()