search for: ext3_dir_entry_2

Displaying 6 results from an estimated 6 matches for "ext3_dir_entry_2".

2003 Jan 16
0
[PATCH] Using qstr in ext3_get_parent()
...ntry, 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, struct inode *inode); @@ -317,7 +318,7 @@ * bac...
2007 Jan 31
1
CHANGE IN THE struct ext3_dir_entry_2 IS SUGGESTED
well a change in the struct ext3_dir_entry_2 like ++ change in the structure struct ext33_dir_entry_2 { ++ union { __le32 inode; ++ struct ext33_inode *emb_i; ++ } u_emb_i; __le16 rec_len; /* Directory entry length */ __u8 name_len;...
2007 Feb 23
0
how to commit a directory entry to the disk
hey guys, well i am stuck up at a trivial point of committing the directory entry buffer to the disk i have intialised the values of struct ext3_dir_entry_2 *de and now want to commit it to the disk in the function EXT3 FS----linux 2.6.18 ----/ext3/inode.c static int ext33_do_update_inode(handle_t *handle, struct inode *inode, struct ext33_iloc *iloc) { --------------- raw inode updation------------------ dentry=list...
2007 Feb 24
0
how to commit a directory entry to the disk in EXT3 FS
hey guys, well i am stuck up at a trivial point of committing the directory entry buffer to the disk i have intialised the values of struct ext3_dir_entry_2 *de and now want to commit it to the disk in the function EXT3 FS----linux 2.6.18 ----fs/ext3/inode.c static int ext3_do_update_inode(handle_t *handle, struct inode *inode, struct ext3_iloc *iloc) { --------------- raw inode updation------------------ dentry=list...
2003 Mar 02
1
2.5.59 ext3 error message
VFS: brelse: Trying to free free buffer buffer layer error at fs/buffer.c:1182 Pass this trace through ksymoops for reporting Call Trace: [<c01468f0>] [<c0146aa9>] [<c0146b57>] [<c0146b84>] [<c0175a17>] [<c023cbfa>] [<c023d2f1>] [<c0175c90>] [<c01728e9>] [<c01ad7d6>] [<c014d215>] [<c0154c68>] [<c0154f79>]
2003 Mar 04
2
ext3 htree brelse problems look to be fixed!
...ted by Andreas Dilger <adilger@clusterfs.com> is: ===== namei.c 1.15 vs edited ===== --- 1.15/fs/ext3/namei.c Wed Oct 2 01:24:11 2002 +++ edited/namei.c Sun Mar 2 00:05:03 2003 @@ -530,7 +530,7 @@ struct dx_hash_info hinfo; struct buffer_head *bh; struct ext3_dir_entry_2 *de, *top; - static struct dx_frame frames[2], *frame; + struct dx_frame frames[2], *frame; struct inode *dir; int block, err; int count = 0;