Searched defs:d_inode (Results 1 – 4 of 4) sorted by relevance
64 int jffs2_unlink(struct jffs2_inode *dir_i, struct jffs2_inode *d_inode, const unsigned char *d_nam… in jffs2_unlink()107 int jffs2_symlink(struct jffs2_inode *dir_i, struct jffs2_inode **d_inode, const unsigned char *d_n… in jffs2_symlink()398 int jffs2_rmdir (struct jffs2_inode *dir_i, struct jffs2_inode *d_inode, const unsigned char *d_nam… in jffs2_rmdir()424 int jffs2_rename (struct jffs2_inode *old_dir_i, struct jffs2_inode *d_inode, const unsigned char *… in jffs2_rename()
184 struct inode *d_inode = dentry->d_inode; in fsnotify_mkdir() local
115 struct inode *d_inode; /* Where the name belongs to - NULL is member538 static inline struct inode *d_inode(const struct dentry *dentry) in d_inode() function
1339 struct _inode *d_inode = (struct _inode *) fp->f_data; in jffs2_fo_dirread() local