RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
dfs_mnt结构体 参考

#include <dfs_mnt.h>

成员变量

struct dfs_mntparent
 
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_opsfs_ops
 
void * data
 

详细描述

在文件 dfs_mnt.h26 行定义.

结构体成员变量说明

◆ parent

struct dfs_mnt* dfs_mnt::parent

在文件 dfs_mnt.h28 行定义.

◆ sibling

rt_list_t dfs_mnt::sibling

在文件 dfs_mnt.h30 行定义.

◆ child

rt_list_t dfs_mnt::child

在文件 dfs_mnt.h31 行定义.

◆ fullpath

char* dfs_mnt::fullpath

在文件 dfs_mnt.h33 行定义.

◆ flags

int dfs_mnt::flags

在文件 dfs_mnt.h34 行定义.

◆ ref_count

rt_atomic_t dfs_mnt::ref_count

在文件 dfs_mnt.h45 行定义.

◆ dev_id

rt_device_t dfs_mnt::dev_id

在文件 dfs_mnt.h47 行定义.

◆ fs_ops

const struct dfs_filesystem_ops* dfs_mnt::fs_ops

在文件 dfs_mnt.h48 行定义.

◆ data

void* dfs_mnt::data

在文件 dfs_mnt.h50 行定义.