Lines Matching refs:dx_frame
121 struct dx_frame struct
145 static struct dx_frame *dx_probe(struct qstr *entry, argument
148 struct dx_frame *frame,
150 static void dx_release (struct dx_frame *frames);
157 static void dx_insert_block (struct dx_frame *frame, u32 hash, u32 block);
159 struct dx_frame *frame,
160 struct dx_frame *frames,
328 static struct dx_frame *
330 struct dx_hash_info *hinfo, struct dx_frame *frame_in, int *err) in dx_probe()
336 struct dx_frame *frame = frame_in; in dx_probe()
467 static void dx_release (struct dx_frame *frames) in dx_release()
495 struct dx_frame *frame, in ext3_htree_next_block()
496 struct dx_frame *frames, in ext3_htree_next_block()
499 struct dx_frame *p; in ext3_htree_next_block()
614 struct dx_frame frames[2], *frame; in ext3_htree_fill_tree()
753 static void dx_insert_block(struct dx_frame *frame, u32 hash, u32 block) in dx_insert_block()
970 struct dx_frame frames[2], *frame; in ext3_dx_find_entry()
1139 struct buffer_head **bh,struct dx_frame *frame, in do_split()
1338 struct dx_frame frames[2], *frame; in make_indexed_dir()
1488 struct dx_frame frames[2], *frame; in ext3_dx_add_entry()