Searched refs:_kern_open_dir (Results 1 - 19 of 19) sorted by relevance

/haiku/src/tools/bfs_shell/
H A Dcommand_resizefs.cpp31 int rootDir = _kern_open_dir(-1, "/myfs");
H A Dcommand_checkfs.cpp30 int rootDir = _kern_open_dir(-1, "/myfs");
/haiku/headers/build/private/kernel/
H A Dsyscalls.h24 #define _kern_open_dir _kernbuild_open_dir macro
62 extern int _kern_open_dir(int fd, const char *path);
/haiku/src/system/libroot/posix/
H A Ddirent.cpp133 int dirFD = _kern_open_dir(fd, NULL);
167 int fd = _kern_open_dir(-1, path);
/haiku/src/build/libbe/storage/
H A DEntry.cpp895 dirFD = _kern_open_dir(-1, ".");
911 int parentFD = _kern_open_dir(dirFD, "..");
946 dirFD = _kern_open_dir(-1, cwd);
955 dirFD = _kern_open_dir(-1, path);
962 int parentFD = _kern_open_dir(dirFD, dirPath);
H A DDirectory.cpp143 error = set_dir_fd(_kern_open_dir(entry->fDirFd, entry->fName));
165 error = set_dir_fd(_kern_open_dir(-1, path));
198 error = set_dir_fd(_kern_open_dir(dir->fDirFd, path));
/haiku/src/kits/storage/
H A DEntry.cpp564 dirFD = _kern_open_dir(-1, ".");
580 int parentFD = _kern_open_dir(dirFD, "..");
615 dirFD = _kern_open_dir(-1, cwd);
624 dirFD = _kern_open_dir(-1, path);
631 int parentFD = _kern_open_dir(dirFD, dirPath);
H A DDirectory.cpp147 fDirFd = _kern_open_dir(entry->fDirFd, entry->fName);
170 fDirFd = _kern_open_dir(-1, path);
204 fDirFd = _kern_open_dir(dirFD, path);
/haiku/src/tools/fs_shell/
H A Dsyscalls.h36 int _kern_open_dir(int fd, const char *path);
H A Dfssh.cpp528 int dir = _kern_open_dir(parentDir, name);
965 int fd = _kern_open_dir(-1, file);
1169 int targetDir = _kern_open_dir(-1, target);
1327 int rootDir = _kern_open_dir(-1, "/myfs");
H A Dfuse.cpp176 int dfp = _kern_open_dir(-1, path);
H A Dcommand_cp.cpp652 fDir = _kern_open_dir(fd, NULL);
H A Dvfs.cpp5228 _kern_open_dir(int fd, const char *path) function in namespace:FSShell
/haiku/headers/private/system/
H A Dsyscalls.h275 extern int _kern_open_dir(int fd, const char *path);
/haiku/src/build/libroot/
H A Dfs.cpp544 // _kern_open_dir
546 _kern_open_dir(int fd, const char *path) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1216 void _kern_open_dir() {} function
H A Dlibroot_stubs_legacy.c1136 void _kern_open_dir() {} function
/haiku/src/system/kernel/
H A Dmodule.cpp1528 int fd = _kern_open_dir(dirfd(dir), dirent->d_name);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8345 _kern_open_dir(int fd, const char* path) function

Completed in 235 milliseconds