Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/modules/lvgl/
Dlvgl_fs.c136 lv_fs_whence_t whence) in lvgl_fs_seek()
/Zephyr-Core-3.6.0/tests/subsys/fs/fs_api/src/
Dtest_fs.c133 static int temp_seek(struct fs_file_t *zfp, off_t offset, int whence) in temp_seek()
/Zephyr-Core-3.6.0/lib/posix/options/
Dfs.c149 int whence; in fs_ioctl_vmeth() local
/Zephyr-Core-3.6.0/lib/os/
Dfdtable.c366 off_t lseek(int fd, off_t offset, int whence) in lseek()
/Zephyr-Core-3.6.0/subsys/fs/
Dfat_fs.c215 static int fatfs_seek(struct fs_file_t *zfp, off_t offset, int whence) in fatfs_seek()
Dfs.c240 int fs_seek(struct fs_file_t *zfp, off_t offset, int whence) in fs_seek()
Dlittlefs_fs.c398 static int littlefs_seek(struct fs_file_t *fp, off_t off, int whence) in littlefs_seek()
/Zephyr-Core-3.6.0/subsys/fs/ext2/
Dext2_ops.c174 static int ext2_lseek(struct fs_file_t *filp, off_t off, int whence) in ext2_lseek()