Home
last modified time | relevance | path

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

/DragonOS-0.1.2/user/libs/libc/src/
Dunistd.h41 off_t lseek(int fd, off_t offset, int whence);
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()
Ddirent.h31 off_t d_off; // dir偏移量
/DragonOS-0.1.2/kernel/src/common/
Ddirent.h7 off_t d_off; // dir偏移量
/DragonOS-0.1.2/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.2/kernel/src/filesystem/fat32/
Dfat32.h176 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/
Dtypes.h23 typedef int64_t off_t; typedef
/DragonOS-0.1.2/kernel/src/common/sys/
Dtypes.h23 typedef int64_t off_t; typedef
/DragonOS-0.1.2/kernel/src/filesystem/VFS/
DVFS.h182 …*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…
DVFS.c215 int vfs_fill_dirent(void *buf, ino_t d_ino, char *name, int namelen, unsigned char type, off_t offs… in vfs_fill_dirent()