Home
last modified time | relevance | path

Searched refs:off_t (Results 1 – 9 of 9) sorted by relevance

/DragonOS-0.1.7/user/libs/libc/src/include/export/
Dunistd.h45 off_t lseek(int fd, off_t offset, int whence);
Ddirent.h78 off_t d_off; // dir偏移量
/DragonOS-0.1.7/docs/userland/libc/apis/api-list/
Dunistd.md23 ``off_t lseek(int fd,off_t offset,int whence)`` : 调整文件访问位置
Ddirent.md23 ``off_t d_off`` : dir偏移量(不推荐修改)
/DragonOS-0.1.7/kernel/src/common/
Ddirent.h7 off_t d_off; // dir偏移量
/DragonOS-0.1.7/user/libs/libc/src/
Dunistd.c54 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.7/user/libs/libc/src/include/export/sys/
Dtypes.h23 typedef int64_t off_t; typedef
/DragonOS-0.1.7/kernel/src/common/sys/
Dtypes.h23 typedef int64_t off_t; typedef
/DragonOS-0.1.7/kernel/src/filesystem/vfs/
DVFS.h181 …*vfs_filldir_t)(void *buf, ino_t d_ino, char *name, int namelen, unsigned char type, off_t offset);