RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <dfs_mnt.h>
成员变量 | |
struct dfs_mnt * | parent |
rt_list_t | sibling |
rt_list_t | child |
char * | fullpath |
int | flags |
rt_atomic_t | ref_count |
rt_device_t | dev_id |
const struct dfs_filesystem_ops * | fs_ops |
void * | data |
rt_atomic_t dfs_mnt::ref_count |
rt_device_t dfs_mnt::dev_id |
const struct dfs_filesystem_ops* dfs_mnt::fs_ops |