• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/

Lines Matching refs:sysfs_dirent

20 	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 *sd;
97 int sysfs_dirent_exist(struct sysfs_dirent *parent_sd,
100 struct sysfs_dirent * sd;
116 static struct sysfs_dirent *
119 struct sysfs_dirent * sd;
137 int sysfs_make_dirent(struct sysfs_dirent * parent_sd, struct dentry * dentry,
140 struct sysfs_dirent *sd;
194 struct sysfs_dirent *sd = (*d)->d_fsdata;
243 /* attaches attribute's sysfs_dirent to the dentry corresponding to the
246 static int sysfs_attach_attr(struct sysfs_dirent * sd, struct dentry * dentry)
282 static int sysfs_attach_link(struct sysfs_dirent * sd, struct dentry * dentry)
304 struct sysfs_dirent * parent_sd = dentry->d_parent->d_fsdata;
305 struct sysfs_dirent * sd;
334 struct sysfs_dirent * sd;
359 struct sysfs_dirent * parent_sd;
360 struct sysfs_dirent * sd, * tmp;
427 struct sysfs_dirent *sd, *parent_sd;
453 struct sysfs_dirent *new_parent_sd, *sd;
498 struct sysfs_dirent * parent_sd = dentry->d_fsdata;
511 struct sysfs_dirent * cursor = file->private_data;
523 static inline unsigned char dt_type(struct sysfs_dirent *sd)
531 struct sysfs_dirent * parent_sd = dentry->d_fsdata;
532 struct sysfs_dirent *cursor = filp->private_data;
557 struct sysfs_dirent *next;
561 next = list_entry(p, struct sysfs_dirent,
600 struct sysfs_dirent *sd = dentry->d_fsdata;
601 struct sysfs_dirent *cursor = file->private_data;
608 struct sysfs_dirent *next;
609 next = list_entry(p, struct sysfs_dirent,
663 struct sysfs_dirent *sd;