Home
last modified time | relevance | path

Searched defs:fs_file_system_t (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/fs/
Dfs_sys.h22 struct fs_file_system_t { struct
35 int (*open)(struct fs_file_t *filp, const char *fs_path,
45 ssize_t (*read)(struct fs_file_t *filp, void *dest, size_t nbytes);
54 ssize_t (*write)(struct fs_file_t *filp,
64 int (*lseek)(struct fs_file_t *filp, off_t off, int whence);
71 off_t (*tell)(struct fs_file_t *filp);
79 int (*truncate)(struct fs_file_t *filp, off_t length);
86 int (*sync)(struct fs_file_t *filp);
93 int (*close)(struct fs_file_t *filp);
107 int (*opendir)(struct fs_dir_t *dirp, const char *fs_path);
[all …]