|
Linux Kernel
3.7.1
|
#include <sysfs.h>
Data Fields | |
| atomic_t | s_count |
| atomic_t | s_active |
| struct sysfs_dirent * | s_parent |
| const char * | s_name |
| struct rb_node | s_rb |
| union { | |
| struct completion * completion | |
| struct sysfs_dirent * removed_list | |
| } | u |
| const void * | s_ns |
| unsigned int | s_hash |
| union { | |
| struct sysfs_elem_dir s_dir | |
| struct sysfs_elem_symlink s_symlink | |
| struct sysfs_elem_attr s_attr | |
| struct sysfs_elem_bin_attr s_bin_attr | |
| }; | |
| unsigned short | s_flags |
| umode_t | s_mode |
| unsigned int | s_ino |
| struct sysfs_inode_attrs * | s_iattr |
| union { ... } |
| struct sysfs_dirent* removed_list |
| struct sysfs_elem_attr s_attr |
| struct sysfs_elem_bin_attr s_bin_attr |
| struct sysfs_elem_dir s_dir |
| struct sysfs_inode_attrs* s_iattr |
| struct sysfs_dirent* s_parent |
| struct sysfs_elem_symlink s_symlink |
| union { ... } u |
1.8.2