Home
last modified time | relevance | path

Searched refs:jffs2_link (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Ddir.c31 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