search for: ext3_dx_find_entry

Displaying 1 result from an estimated 1 matches for "ext3_dx_find_entry".

2003 Jan 16
0
[PATCH] Using qstr in ext3_get_parent()
...y *dentry, +static struct dx_frame *dx_probe(struct qstr *entry, struct inode *dir, struct dx_hash_info *hinfo, struct dx_frame *frame, @@ -172,8 +172,9 @@ struct dx_frame *frame, struct dx_frame *frames, int *err, __u32 *start_hash); -static struct buffer_head * ext3_dx_find_entry(struct dentry *dentry, - struct ext3_dir_entry_2 **res_dir, int *err); +static struct buffer_head * ext3_dx_find_entry(struct inode * dir, + struct qstr *entry, + struct ext3_dir_entry_2 **res_dir, int *err); static int ext3_dx_add_entry(handle_t *handle, struct dentry *dentry,...