Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.2/kernel/src/common/
Ddirent.h9 unsigned char d_type; // entry的类型 member
/DragonOS-0.1.2/user/libs/libc/src/
Ddirent.h33 unsigned char d_type; // entry的类型 member
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Ddirent.md27 ``unsigned char d_type`` : 目标的类型(有可能是文件,文件夹,磁盘)
/DragonOS-0.1.2/user/apps/shell/
Dcmd.c261 if (buf->d_type & VFS_IF_DIR) in shell_cmd_ls()
263 else if (buf->d_type & VFS_IF_FILE) in shell_cmd_ls()
265 else if (buf->d_type & VFS_IF_DEVICE) in shell_cmd_ls()
/DragonOS-0.1.2/kernel/src/filesystem/VFS/
DVFS.c232 dent->d_type = type; in vfs_fill_dirent()