Searched refs:jffs2_lookup (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | dir.c | 29 static struct dentry *jffs2_lookup (struct inode *,struct dentry *, 54 .lookup = jffs2_lookup, 75 static struct dentry *jffs2_lookup(struct inode *dir_i, struct dentry *target, in jffs2_lookup() function 84 jffs2_dbg(1, "jffs2_lookup()\n"); in jffs2_lookup()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | dir.c | 29 static struct dentry *jffs2_lookup (struct inode *,struct dentry *, 57 .lookup = jffs2_lookup, 78 static struct dentry *jffs2_lookup(struct inode *dir_i, struct dentry *target, in jffs2_lookup() function 87 jffs2_dbg(1, "jffs2_lookup()\n"); in jffs2_lookup()
|
/kernel/liteos_a/fs/jffs2/src/ |
H A D | vfs_jffs2.c | 197 node = jffs2_lookup(parentNode, (const unsigned char *)path, len); in VfsJffs2Lookup()
|
Completed in 4 milliseconds