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

#include <dfs_file.h>

成员变量

uint32_t flags
 
uint32_t mode
 
int type
 
rt_atomic_t ref_count
 
struct dfs_mntmnt
 
size_t size
 
uint32_t nlink
 
const struct dfs_file_opsfops
 
unsigned int uid
 
unsigned int gid
 
struct timespec atime
 
struct timespec mtime
 
struct timespec ctime
 
struct dfs_aspace * aspace
 
struct rt_mutex lock
 
void * data
 

详细描述

在文件 dfs_file.h56 行定义.

结构体成员变量说明

◆ flags

uint32_t dfs_vnode::flags

在文件 dfs_file.h58 行定义.

◆ mode

uint32_t dfs_vnode::mode

在文件 dfs_file.h59 行定义.

◆ type

int dfs_vnode::type

在文件 dfs_file.h60 行定义.

◆ ref_count

rt_atomic_t dfs_vnode::ref_count

在文件 dfs_file.h62 行定义.

◆ mnt

struct dfs_mnt* dfs_vnode::mnt

在文件 dfs_file.h64 行定义.

◆ size

size_t dfs_vnode::size

在文件 dfs_file.h66 行定义.

◆ nlink

uint32_t dfs_vnode::nlink

在文件 dfs_file.h67 行定义.

◆ fops

const struct dfs_file_ops* dfs_vnode::fops

在文件 dfs_file.h69 行定义.

◆ uid

unsigned int dfs_vnode::uid

在文件 dfs_file.h71 行定义.

◆ gid

unsigned int dfs_vnode::gid

在文件 dfs_file.h72 行定义.

◆ atime

struct timespec dfs_vnode::atime

在文件 dfs_file.h73 行定义.

◆ mtime

struct timespec dfs_vnode::mtime

在文件 dfs_file.h74 行定义.

◆ ctime

struct timespec dfs_vnode::ctime

在文件 dfs_file.h75 行定义.

◆ aspace

struct dfs_aspace* dfs_vnode::aspace

在文件 dfs_file.h77 行定义.

◆ lock

struct rt_mutex dfs_vnode::lock

在文件 dfs_file.h78 行定义.

◆ data

void* dfs_vnode::data

在文件 dfs_file.h80 行定义.