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

Lines Matching refs:dx_entry

97 struct dx_entry
124 struct dx_entry entries[0];
130 struct dx_entry entries[0];
137 struct dx_entry *entries;
138 struct dx_entry *at;
148 static inline unsigned dx_get_block (struct dx_entry *entry);
149 static void dx_set_block (struct dx_entry *entry, unsigned value);
150 static inline unsigned dx_get_hash (struct dx_entry *entry);
151 static void dx_set_hash (struct dx_entry *entry, unsigned value);
152 static unsigned dx_get_count (struct dx_entry *entries);
153 static unsigned dx_get_limit (struct dx_entry *entries);
154 static void dx_set_count (struct dx_entry *entries, unsigned value);
155 static void dx_set_limit (struct dx_entry *entries, unsigned value);
196 static inline unsigned dx_get_block (struct dx_entry *entry)
201 static inline void dx_set_block (struct dx_entry *entry, unsigned value)
206 static inline unsigned dx_get_hash (struct dx_entry *entry)
211 static inline void dx_set_hash (struct dx_entry *entry, unsigned value)
216 static inline unsigned dx_get_count (struct dx_entry *entries)
221 static inline unsigned dx_get_limit (struct dx_entry *entries)
226 static inline void dx_set_count (struct dx_entry *entries, unsigned value)
231 static inline void dx_set_limit (struct dx_entry *entries, unsigned value)
240 return entry_space / sizeof(struct dx_entry);
246 return entry_space / sizeof(struct dx_entry);
253 static void dx_show_index (char * label, struct dx_entry *entries)
302 struct dx_entry *entries, int levels)
346 struct dx_entry *at, *entries, *p, *q, *m;
392 entries = (struct dx_entry *) (((char *)&root->info) +
765 struct dx_entry *entries = frame->entries;
766 struct dx_entry *old = frame->at, *new = old + 1;
982 frame->at = (struct dx_entry *)frames; /* hack for zero entry*/
1347 struct dx_entry *entries;
1488 struct dx_entry *entries, *at;
1524 struct dx_entry *entries2;
1558 icount2 * sizeof(struct dx_entry));
1580 icount * sizeof(struct dx_entry));