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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Dsysfs.h1 struct sysfs_dirent { struct
18 extern struct inode * sysfs_new_inode(mode_t mode, struct sysfs_dirent *);
21 extern int sysfs_dirent_exist(struct sysfs_dirent *, const unsigned char *);
22 extern int sysfs_make_dirent(struct sysfs_dirent *, struct dentry *, void *,
27 extern struct sysfs_dirent *sysfs_find(struct sysfs_dirent *dir, const char * name);
32 extern const unsigned char * sysfs_get_name(struct sysfs_dirent *sd);
33 extern void sysfs_drop_dentry(struct sysfs_dirent *sd, struct dentry *parent);
68 struct sysfs_dirent * sd = dentry->d_fsdata;
74 struct sysfs_dirent * s
[all...]
H A Ddir.c20 struct sysfs_dirent * sd = dentry->d_fsdata;
54 * Allocates a new sysfs_dirent and links it to the parent sysfs_dirent
56 static struct sysfs_dirent * __sysfs_new_dirent(void * element)
58 struct sysfs_dirent * sd;
74 static void __sysfs_list_dirent(struct sysfs_dirent *parent_sd,
75 struct sysfs_dirent *sd)
81 static struct sysfs_dirent * sysfs_new_dirent(struct sysfs_dirent *parent_sd,
84 struct sysfs_dirent *s
[all...]
H A Dinode.c50 struct sysfs_dirent * sd = dentry->d_fsdata;
136 struct inode * sysfs_new_inode(mode_t mode, struct sysfs_dirent * sd)
148 /* sysfs_dirent has non-default attributes
150 * in sysfs_dirent
165 struct sysfs_dirent * sd = dentry->d_fsdata;
195 * Get the name for corresponding element represented by the given sysfs_dirent
197 const unsigned char * sysfs_get_name(struct sysfs_dirent *sd)
244 * Unhashes the dentry corresponding to given sysfs_dirent
247 void sysfs_drop_dentry(struct sysfs_dirent * sd, struct dentry * parent)
292 struct sysfs_dirent * s
[all...]
H A Dmount.c30 static struct sysfs_dirent sysfs_root = {
96 sizeof(struct sysfs_dirent),
H A Dfile.c90 struct sysfs_dirent * sd = dentry->d_fsdata;
380 struct sysfs_dirent * sd = filp->f_path.dentry->d_fsdata;
424 struct sysfs_dirent * sd = de->d_fsdata;
445 struct sysfs_dirent * parent_sd = dir->d_fsdata;
H A Dsymlink.c50 struct sysfs_dirent * parent_sd = parent->d_fsdata;

Completed in 100 milliseconds