• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/

Lines Matching refs:dx_entry

96 struct dx_entry
123 struct dx_entry entries[0];
129 struct dx_entry entries[0];
136 struct dx_entry *entries;
137 struct dx_entry *at;
147 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry);
148 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t value);
149 static inline unsigned dx_get_hash(struct dx_entry *entry);
150 static void dx_set_hash(struct dx_entry *entry, unsigned value);
151 static unsigned dx_get_count(struct dx_entry *entries);
152 static unsigned dx_get_limit(struct dx_entry *entries);
153 static void dx_set_count(struct dx_entry *entries, unsigned value);
154 static void dx_set_limit(struct dx_entry *entries, unsigned value);
197 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry)
202 static inline void dx_set_block(struct dx_entry *entry, ext4_lblk_t value)
207 static inline unsigned dx_get_hash(struct dx_entry *entry)
212 static inline void dx_set_hash(struct dx_entry *entry, unsigned value)
217 static inline unsigned dx_get_count(struct dx_entry *entries)
222 static inline unsigned dx_get_limit(struct dx_entry *entries)
227 static inline void dx_set_count(struct dx_entry *entries, unsigned value)
232 static inline void dx_set_limit(struct dx_entry *entries, unsigned value)
241 return entry_space / sizeof(struct dx_entry);
247 return entry_space / sizeof(struct dx_entry);
254 static void dx_show_index(char * label, struct dx_entry *entries)
303 struct dx_entry *entries, int levels)
349 struct dx_entry *at, *entries, *p, *q, *m;
392 entries = (struct dx_entry *) (((char *)&root->info) +
763 struct dx_entry *entries = frame->entries;
764 struct dx_entry *old = frame->at, *new = old + 1;
981 frame->at = (struct dx_entry *)frames; /* hack for zero entry*/
1342 struct dx_entry *entries;
1492 struct dx_entry *entries, *at;
1526 struct dx_entry *entries2;
1561 icount2 * sizeof(struct dx_entry));
1584 icount * sizeof(struct dx_entry));