Home
last modified time | relevance | path

Searched defs:sysfs_dirent (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/sysfs/
Dsysfs.h55 struct sysfs_dirent { struct
61 struct sysfs_dirent *s_parent; argument
68 struct sysfs_dirent *removed_list; argument
69 } u;
71 const void *s_ns; /* namespace tag */
72 unsigned int s_hash; /* ns + name hash */
96 /* identify any namespace tag on sysfs_dirents */ argument
103 static inline unsigned int sysfs_type(struct sysfs_dirent *sd) in sysfs_type() argument