Searched refs:jffs2_rmdir (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/ |
D | dir.c | 35 static int jffs2_rmdir (struct inode *,struct dentry *); 59 .rmdir = jffs2_rmdir, 584 static int jffs2_rmdir (struct inode *dir_i, struct dentry *dentry) in jffs2_rmdir() function
|
/kernel/liteos_a/fs/jffs2/src/ |
D | vfs_jffs2.c | 684 ret = jffs2_rmdir(parentInode, targetInode, (const unsigned char *)path); in VfsJffs2Rmdir()
|
/kernel/liteos_a/fs/jffs2/ |
D | jffs2.patch | 1207 -static int jffs2_rmdir (struct inode *,struct dentry *); 1231 - .rmdir = jffs2_rmdir, 1712 -static int jffs2_rmdir (struct inode *dir_i, struct dentry *dentry) 1713 +int jffs2_rmdir (struct jffs2_inode *dir_i, struct jffs2_inode *d_inode, const unsigned char *d_na… 5073 +int jffs2_rmdir (struct jffs2_inode *dir_i, struct jffs2_inode *d_inode, const unsigned char *d_na…
|