Home
last modified time | relevance | path

Searched refs:ino_t (Results 1 – 7 of 7) sorted by relevance

/DragonOS-0.1.2/kernel/src/common/
Ddirent.h6 ino_t d_ino; // 文件序列号
/DragonOS-0.1.2/user/libs/libc/src/
Ddirent.h30 ino_t d_ino; // 文件序列号
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Ddirent.md21 ``ino_t(see libc/sys/types.h) ino`` : 文件序列号(不推荐修改)
/DragonOS-0.1.2/user/libs/libc/src/sys/
Dtypes.h22 typedef uint64_t ino_t; typedef
/DragonOS-0.1.2/kernel/src/common/sys/
Dtypes.h22 typedef uint64_t ino_t; typedef
/DragonOS-0.1.2/kernel/src/filesystem/VFS/
DVFS.h182 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…
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()