Lines Matching refs:dx_entry
84 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 *entries);
140 static unsigned dx_get_limit (struct dx_entry *entries);
141 static void dx_set_count (struct dx_entry *entries, unsigned value);
142 static void dx_set_limit (struct dx_entry *entries, unsigned value);
183 static inline unsigned dx_get_block (struct dx_entry *entry) in dx_get_block()
188 static inline void dx_set_block (struct dx_entry *entry, unsigned value) in dx_set_block()
193 static inline unsigned dx_get_hash (struct dx_entry *entry) in dx_get_hash()
198 static inline void dx_set_hash (struct dx_entry *entry, unsigned value) in dx_set_hash()
203 static inline unsigned dx_get_count (struct dx_entry *entries) in dx_get_count()
208 static inline unsigned dx_get_limit (struct dx_entry *entries) in dx_get_limit()
213 static inline void dx_set_count (struct dx_entry *entries, unsigned value) in dx_set_count()
218 static inline void dx_set_limit (struct dx_entry *entries, unsigned value) in dx_set_limit()
227 return entry_space / sizeof(struct dx_entry); in dx_root_limit()
233 return entry_space / sizeof(struct dx_entry); in dx_node_limit()
240 static void dx_show_index (char * label, struct dx_entry *entries) in dx_show_index()
289 struct dx_entry *entries, int levels) in dx_show_entries()
333 struct dx_entry *at, *entries, *p, *q, *m; in dx_probe()
381 entries = (struct dx_entry *) (((char *)&root->info) + in dx_probe()
755 struct dx_entry *entries = frame->entries; in dx_insert_block()
756 struct dx_entry *old = frame->at, *new = old + 1; in dx_insert_block()
1339 struct dx_entry *entries; in make_indexed_dir()
1489 struct dx_entry *entries, *at; in ext3_dx_add_entry()
1525 struct dx_entry *entries2; in ext3_dx_add_entry()
1559 icount2 * sizeof(struct dx_entry)); in ext3_dx_add_entry()
1581 icount * sizeof(struct dx_entry)); in ext3_dx_add_entry()