Searched refs:off_t (Results 1 – 9 of 9) sorted by relevance
/DragonOS-0.1.5/user/libs/libc/src/include/export/ |
D | unistd.h | 45 off_t lseek(int fd, off_t offset, int whence);
|
D | dirent.h | 78 off_t d_off; // dir偏移量
|
/DragonOS-0.1.5/docs/userland/libc/apis/api-list/ |
D | unistd.md | 23 ``off_t lseek(int fd,off_t offset,int whence)`` : 调整文件访问位置
|
D | dirent.md | 23 ``off_t d_off`` : dir偏移量(不推荐修改)
|
/DragonOS-0.1.5/kernel/src/common/ |
D | dirent.h | 7 off_t d_off; // dir偏移量
|
/DragonOS-0.1.5/user/libs/libc/src/ |
D | unistd.c | 54 off_t lseek(int fd, off_t offset, int whence) in lseek() 56 return (off_t)syscall_invoke(SYS_LSEEK, fd, offset, whence, 0, 0, 0, 0, 0); in lseek()
|
/DragonOS-0.1.5/user/libs/libc/src/include/export/sys/ |
D | types.h | 23 typedef int64_t off_t; typedef
|
/DragonOS-0.1.5/kernel/src/common/sys/ |
D | types.h | 23 typedef int64_t off_t; typedef
|
/DragonOS-0.1.5/kernel/src/filesystem/vfs/ |
D | VFS.h | 181 …*vfs_filldir_t)(void *buf, ino_t d_ino, char *name, int namelen, unsigned char type, off_t offset);
|