Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jffs2/
Ddir.c75 static struct dentry *jffs2_lookup(struct inode *dir_i, struct dentry *target, in jffs2_lookup()
160 static int jffs2_create(struct inode *dir_i, struct dentry *dentry, in jffs2_create()
224 static int jffs2_unlink(struct inode *dir_i, struct dentry *dentry) in jffs2_unlink()
243 static int jffs2_link (struct dentry *old_dentry, struct inode *dir_i, struct dentry *dentry) in jffs2_link()
279 static int jffs2_symlink (struct inode *dir_i, struct dentry *dentry, const char *target) in jffs2_symlink()
441 static int jffs2_mkdir (struct inode *dir_i, struct dentry *dentry, umode_t mode) in jffs2_mkdir()
584 static int jffs2_rmdir (struct inode *dir_i, struct dentry *dentry) in jffs2_rmdir()
612 static int jffs2_mknod (struct inode *dir_i, struct dentry *dentry, umode_t mode, dev_t rdev) in jffs2_mknod()
Dacl.h39 #define jffs2_init_acl_pre(dir_i,inode,mode) (0) argument
Dacl.c268 int jffs2_init_acl_pre(struct inode *dir_i, struct inode *inode, umode_t *i_mode) in jffs2_init_acl_pre()
Dfs.c420 struct inode *jffs2_new_inode (struct inode *dir_i, umode_t mode, struct jffs2_raw_inode *ri) in jffs2_new_inode()