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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Dconfigfs_internal.h94 extern int configfs_symlink(struct inode *dir, struct dentry *dentry,
98 struct configfs_symlink { struct
103 extern int configfs_create_link(struct configfs_symlink *sl,
127 struct configfs_symlink * sl = sd->s_element;
H A Dsymlink.c77 struct configfs_symlink *sl;
84 sl = kmalloc(sizeof(struct configfs_symlink), GFP_KERNEL);
135 int configfs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) function
192 struct configfs_symlink *sl;
H A Ddir.c363 int configfs_create_link(struct configfs_symlink *sl,
1456 .symlink = configfs_symlink,

Completed in 49 milliseconds