mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 06:13:56 +08:00
update dfs.c dfs_file.c dfs_file.h
Signed-off-by: yangfasheng <yangfasheng@rt-thread.com>
This commit is contained in:
@@ -44,6 +44,7 @@ struct dfs_fd
|
||||
char *path; /* Name (below mount point) */
|
||||
int ref_count; /* Descriptor reference count */
|
||||
|
||||
struct dfs_filesystem *fs;
|
||||
const struct dfs_file_ops *fops;
|
||||
|
||||
uint32_t flags; /* Descriptor flags */
|
||||
|
||||
Reference in New Issue
Block a user