Home
last modified time | relevance | path

Searched defs:dir_i (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/fs/jffs2/
Ddir.c74 static struct dentry *jffs2_lookup(struct inode *dir_i, struct dentry *target, in jffs2_lookup()
172 static int jffs2_create(struct inode *dir_i, struct dentry *dentry, in jffs2_create()
237 static int jffs2_unlink(struct inode *dir_i, struct dentry *dentry) in jffs2_unlink()
256 static int jffs2_link (struct dentry *old_dentry, struct inode *dir_i, struct dentry *dentry) in jffs2_link()
292 static int jffs2_symlink (struct inode *dir_i, struct dentry *dentry, const char *target) in jffs2_symlink()
453 static int jffs2_mkdir (struct inode *dir_i, struct dentry *dentry, umode_t mode) in jffs2_mkdir()
597 static int jffs2_rmdir (struct inode *dir_i, struct dentry *dentry) in jffs2_rmdir()
621 static int jffs2_mknod (struct inode *dir_i, struct dentry *dentry, umode_t mode, dev_t rdev) in jffs2_mknod()
Dacl.h41 #define jffs2_init_acl_pre(dir_i,inode,mode) (0) argument
Dacl.c262 int jffs2_init_acl_pre(struct inode *dir_i, struct inode *inode, umode_t *i_mode) in jffs2_init_acl_pre()
Dfs.c409 struct inode *jffs2_new_inode (struct inode *dir_i, umode_t mode, struct jffs2_raw_inode *ri) in jffs2_new_inode()