Searched refs:jffs2_follow_link (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dsymlink.c18 static void *jffs2_follow_link(struct dentry *dentry, struct nameidata *nd);
23 .follow_link = jffs2_follow_link,
32 static void *jffs2_follow_link(struct dentry *dentry, struct nameidata *nd) function
51 printk(KERN_ERR "jffs2_follow_link(): can't find symlink target\n");
54 D1(printk(KERN_DEBUG "jffs2_follow_link(): target path is '%s'\n", (char *) f->target));

Completed in 40 milliseconds