Displaying 2 results from an estimated 2 matches for "d_alia".
Did you mean:
dhalia
2007 Feb 23
0
how to commit a directory entry to the disk
...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_entry(inode->i_dentry.next,struct dentry,d_alias);
bh1=ext33_find_entry(dentry,&de1);
---please tell me how to commit the de1 to the disk data structures after
this point----------
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/ext3-users/attachments/20070223/6f001439...
2007 Feb 24
0
how to commit a directory entry to the disk in EXT3 FS
...n 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_entry(inode->identry.next,struct dentry,d_alias);
bh1=ext3_find_entry(dentry,&de1);
-----please tell me how to commit the de1 to the disk data structures after
this point----------
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/ext3-users/attachments/20070224/5a4fb72...