Lines Matching refs:dx_entry

233 struct dx_entry
260 struct dx_entry entries[];
266 struct dx_entry entries[];
273 struct dx_entry *entries;
274 struct dx_entry *at;
292 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry);
293 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t value);
294 static inline unsigned dx_get_hash(struct dx_entry *entry);
295 static void dx_set_hash(struct dx_entry *entry, unsigned value);
296 static unsigned dx_get_count(struct dx_entry *entries);
297 static unsigned dx_get_limit(struct dx_entry *entries);
298 static void dx_set_count(struct dx_entry *entries, unsigned value);
299 static void dx_set_limit(struct dx_entry *entries, unsigned value);
478 size = count_offset + (count * sizeof(struct dx_entry));
503 if (count_offset + (limit * sizeof(struct dx_entry)) >
508 t = (struct dx_tail *)(((struct dx_entry *)c) + limit);
532 if (count_offset + (limit * sizeof(struct dx_entry)) >
537 t = (struct dx_tail *)(((struct dx_entry *)c) + limit);
565 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry)
570 static inline void dx_set_block(struct dx_entry *entry, ext4_lblk_t value)
575 static inline unsigned dx_get_hash(struct dx_entry *entry)
580 static inline void dx_set_hash(struct dx_entry *entry, unsigned value)
585 static inline unsigned dx_get_count(struct dx_entry *entries)
590 static inline unsigned dx_get_limit(struct dx_entry *entries)
595 static inline void dx_set_count(struct dx_entry *entries, unsigned value)
600 static inline void dx_set_limit(struct dx_entry *entries, unsigned value)
612 return entry_space / sizeof(struct dx_entry);
621 return entry_space / sizeof(struct dx_entry);
628 static void dx_show_index(char * label, struct dx_entry *entries)
738 struct dx_entry *entries, int levels)
786 struct dx_entry *at, *entries, *p, *q, *m;
836 entries = (struct dx_entry *)(((char *)&root->info) +
1315 struct dx_entry *entries = frame->entries;
1316 struct dx_entry *old = frame->at, *new = old + 1;
2166 struct dx_entry *entries;
2411 struct dx_entry *entries, *at;
2451 struct dx_entry *entries2;
2506 icount2 * sizeof(struct dx_entry));
2536 icount * sizeof(struct dx_entry));