Searched refs:jffs2_link (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | dir.c | 31 static int jffs2_link (struct dentry *,struct inode *,struct dentry *); 55 .link = jffs2_link, 243 static int jffs2_link (struct dentry *old_dentry, struct inode *dir_i, struct dentry *dentry) in jffs2_link() function
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | dir.c | 31 static int jffs2_link (struct dentry *,struct inode *,struct dentry *); 58 .link = jffs2_link, 247 static int jffs2_link (struct dentry *old_dentry, struct inode *dir_i, struct dentry *dentry) in jffs2_link() function
|
/kernel/liteos_a/fs/jffs2/src/ |
H A D | vfs_jffs2.c | 706 ret = jffs2_link(oldInode, newParentInode, (const unsigned char *)newName); in VfsJffs2Link()
|
Completed in 4 milliseconds