Searched refs:off_t (Results 1 – 11 of 11) sorted by relevance
/DragonOS-0.1.2/user/libs/libc/src/ |
D | unistd.h | 41 off_t lseek(int fd, off_t offset, int whence);
|
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()
|
D | dirent.h | 31 off_t d_off; // dir偏移量
|
/DragonOS-0.1.2/kernel/src/common/ |
D | dirent.h | 7 off_t d_off; // dir偏移量
|
/DragonOS-0.1.2/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.2/kernel/src/filesystem/fat32/ |
D | fat32.h | 176 off_t i_pos; // on-disk position of directory entry(扇区号) 177 off_t slot_off; // offset for slot or (de) start
|
/DragonOS-0.1.2/user/libs/libc/src/sys/ |
D | types.h | 23 typedef int64_t off_t; typedef
|
/DragonOS-0.1.2/kernel/src/common/sys/ |
D | types.h | 23 typedef int64_t off_t; typedef
|
/DragonOS-0.1.2/kernel/src/filesystem/VFS/ |
D | VFS.h | 182 …*vfs_filldir_t)(void *buf, ino_t d_ino, char *name, int namelen, unsigned char type, off_t offset); 228 int vfs_fill_dirent(void *buf, ino_t d_ino, char *name, int namelen, unsigned char type, off_t offs…
|
D | VFS.c | 215 int vfs_fill_dirent(void *buf, ino_t d_ino, char *name, int namelen, unsigned char type, off_t offs… in vfs_fill_dirent()
|