Searched refs:ino_t (Results 1 – 7 of 7) sorted by relevance
/DragonOS-0.1.3/kernel/src/common/ |
D | dirent.h | 6 ino_t d_ino; // 文件序列号
|
/DragonOS-0.1.3/user/libs/libc/src/include/ |
D | dirent.h | 33 ino_t d_ino; // 文件序列号
|
/DragonOS-0.1.3/docs/userland/libc/apis/api-list/ |
D | dirent.md | 21 ``ino_t(see libc/sys/types.h) ino`` : 文件序列号(不推荐修改)
|
/DragonOS-0.1.3/user/libs/libc/src/include/sys/ |
D | types.h | 22 typedef uint64_t ino_t; typedef
|
/DragonOS-0.1.3/kernel/src/common/sys/ |
D | types.h | 22 typedef uint64_t ino_t; typedef
|
/DragonOS-0.1.3/kernel/src/filesystem/vfs/ |
D | VFS.h | 182 typedef int (*vfs_filldir_t)(void *buf, ino_t d_ino, char *name, int namelen, unsigned char type, o… 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()
|