Searched defs:sysfs_dirent (Results 1 – 1 of 1) sorted by relevance
55 struct sysfs_dirent { struct61 struct sysfs_dirent *s_parent; argument68 struct sysfs_dirent *removed_list; argument69 } u;71 const void *s_ns; /* namespace tag */72 unsigned int s_hash; /* ns + name hash */96 /* identify any namespace tag on sysfs_dirents */ argument103 static inline unsigned int sysfs_type(struct sysfs_dirent *sd) in sysfs_type() argument