FatFS inode 私有数据
More...
FatFS inode 私有数据
Definition at line 254 of file fatfs.hpp.
◆ dir
| DIR* fatfs::FatFsFileSystem::FatInode::dir = nullptr |
DIR 对象(目录迭代状态);未迭代时为 nullptr.
Definition at line 263 of file fatfs.hpp.
◆ fil
| FIL* fatfs::FatFsFileSystem::FatInode::fil = nullptr |
FIL 对象(普通文件打开时使用);目录或未使用时为 nullptr.
Definition at line 259 of file fatfs.hpp.
◆ in_use
| bool fatfs::FatFsFileSystem::FatInode::in_use = false |
◆ inode
| vfs::Inode fatfs::FatFsFileSystem::FatInode::inode |
◆ path
| std::array<char, kPathBufSize> fatfs::FatFsFileSystem::FatInode::path {} |
卷内绝对路径(供 FatFS 操作使用)
Definition at line 257 of file fatfs.hpp.
The documentation for this struct was generated from the following file:
- /workspaces/SimpleKernel/src/filesystem/fatfs/include/fatfs.hpp