Home
last modified time | relevance | path

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

/DragonOS-0.1.2/user/libs/libc/src/sys/
Dstat.c4 int mkdir(const char *path, mode_t mode) in mkdir()
Dstat.h19 int mkdir(const char *path, mode_t mode);
Dtypes.h28 typedef uint16_t mode_t; typedef
/DragonOS-0.1.2/kernel/src/common/sys/
Dtypes.h28 typedef uint16_t mode_t; typedef
/DragonOS-0.1.2/kernel/src/filesystem/VFS/
DVFS.h270 int64_t vfs_mkdir(const char *path, mode_t mode, bool from_userland);
DVFS.c246 int64_t vfs_mkdir(const char *path, mode_t mode, bool from_userland) in vfs_mkdir()
360 mode_t mode = (mode_t)regs->r9; in sys_mkdir()
/DragonOS-0.1.2/kernel/src/filesystem/procfs/
Dprocfs.c19 static int64_t proc_create_file(const char *path, mode_t type, long pid);
476 static int64_t proc_create_file(const char *path, mode_t type, long pid) in proc_create_file()