Searched refs:dx_frame (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ext3/ |
D | namei.c | 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() [all …]
|
/linux-4.1.27/fs/ext4/ |
D | namei.c | 219 struct dx_frame struct 251 static struct dx_frame *dx_probe(const struct qstr *d_name, 254 struct dx_frame *frame); 255 static void dx_release(struct dx_frame *frames); 263 static void dx_insert_block(struct dx_frame *frame, 266 struct dx_frame *frame, 267 struct dx_frame *frames, 726 static struct dx_frame * 728 struct dx_hash_info *hinfo, struct dx_frame *frame_in) in dx_probe() 733 struct dx_frame *frame = frame_in; in dx_probe() [all …]
|