Searched refs:_kern_create_dir (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/libroot/posix/sys/
H A Dmkdir.c19 RETURN_AND_SET_ERRNO(_kern_create_dir(-1, path, mode & ~__gUmask));
26 RETURN_AND_SET_ERRNO(_kern_create_dir(fd, path, mode & ~__gUmask));
/haiku/headers/build/private/kernel/
H A Dsyscalls.h29 #define _kern_create_dir _kernbuild_create_dir macro
69 extern status_t _kern_create_dir(int fd, const char *path, int perms);
/haiku/src/tools/fs_shell/
H A Dsyscalls.h43 fssh_status_t _kern_create_dir(int fd, const char *path, int perms);
H A Dfuse.cpp102 error = _kern_create_dir(-1, kMountPoint, 0775);
224 return _ERR(_kern_create_dir(-1, path, mode));
H A Dfssh.cpp111 error = _kern_create_dir(-1, kMountPoint, 0775);
508 error = _kern_create_dir(-1,
H A Dcommand_cp.cpp795 fssh_status_t error = _kern_create_dir(-1, path,
H A Dvfs.cpp5289 _kern_create_dir(int fd, const char *path, int perms) function in namespace:FSShell
/haiku/src/build/libbe/storage/
H A DDirectory.cpp399 status_t error = _kern_create_dir(fDirFd, path,
583 error = _kern_create_dir(-1, dirPath.Path(), mode);
/haiku/src/kits/storage/
H A DDirectory.cpp419 status_t error = _kern_create_dir(fDirFd, path,
600 error = _kern_create_dir(-1, dirPath.Path(), mode & ~__gUmask);
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp449 _kern_create_dir(-1, "/dev", 0755);
455 _kern_create_dir(-1, "/boot", 0755);
H A Dvfs.cpp8413 _kern_create_dir(int fd, const char* path, int perms) function
/haiku/src/build/libroot/
H A Dfs.cpp479 // _kern_create_dir
481 _kern_create_dir(int fd, const char *path, int perms) function
1251 RETURN_AND_SET_ERRNO(_kern_create_dir(fd, path, mode));
/haiku/headers/private/system/
H A Dsyscalls.h284 extern status_t _kern_create_dir(int fd, const char *path, int perms);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1102 void _kern_create_dir() {} function
H A Dlibroot_stubs_legacy.c1022 void _kern_create_dir() {} function

Completed in 554 milliseconds