Lines Matching refs:dx_frame
254 struct dx_frame struct
286 static struct dx_frame *dx_probe(struct ext4_filename *fname,
289 struct dx_frame *frame);
290 static void dx_release(struct dx_frame *frames);
298 static void dx_insert_block(struct dx_frame *frame,
301 struct dx_frame *frame,
302 struct dx_frame *frames,
765 static struct dx_frame *
767 struct dx_hash_info *hinfo, struct dx_frame *frame_in) in dx_probe()
772 struct dx_frame *frame = frame_in; in dx_probe()
773 struct dx_frame *ret_err = ERR_PTR(ERR_BAD_DX_DIR); in dx_probe()
781 return (struct dx_frame *) frame->bh; in dx_probe()
891 ret_err = (struct dx_frame *) frame->bh; in dx_probe()
917 static void dx_release(struct dx_frame *frames) in dx_release()
955 struct dx_frame *frame, in ext4_htree_next_block()
956 struct dx_frame *frames, in ext4_htree_next_block()
959 struct dx_frame *p; in ext4_htree_next_block()
1120 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; in ext4_htree_fill_tree()
1300 static void dx_insert_block(struct dx_frame *frame, u32 hash, ext4_lblk_t block) in dx_insert_block()
1588 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; in ext4_dx_find_entry()
1761 struct buffer_head **bh,struct dx_frame *frame, in do_split()
2010 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; in make_indexed_dir()
2245 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; in ext4_dx_add_entry()