search for: i_dentry

Displaying 3 results from an estimated 3 matches for "i_dentry".

Did you mean: f_dentry
1998 Jun 01
1
smbfs confusion
...ar.a drivers/misc/misc.a drivers/ne t/net.a \ /usr/src/linux-2.1.53/arch/i386/lib/lib.a /usr/src/linux-2.1.53/lib/lib. a /usr/src/linux-2.1.53/arch/i386/lib/lib.a \ -o vmlinux fs/filesystems.a(smbfs.o): In function `smb_encode_path': smbfs.o(.text+0x12a): undefined reference to `i_dentry' make: *** [vmlinux] Error 1 -- David Wollmann dwollmann@ibmhelp.com
2009 Feb 12
0
Deadlock in rename path
...-> deadlock. The solution could be to mimic VFS behavior in lock_rename() and check whether one of the directories is not parent of the other one and lock in appropriate order. But the problem with this is that we don't have directory dentries in ocfs2_rename(). Hopefully obtaining them via i_dentry should be possible but I'm not completely certain about interactions with bind mounts etc... 2) ocfs2_rename() also first locks old_inode (to unlink it) and then new_inode (to create new link to it). Now in the directory structure where are files 'a' and 'b' linked to two dire...
2007 Feb 23
0
how to commit a directory entry to the disk
...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_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/att...