Searched refs:_kern_mount (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/system/libroot/os/
H A Dfs_volume.c17 return _kern_mount(where, device, fileSystem, flags, (void *)parameters,
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs_boot.cpp432 status = _kern_mount("/", NULL, "rootfs", 0, NULL, 0);
440 status = _kern_mount("/dev", NULL, "devfs", 0, NULL, 0);
492 gBootDevice = _kern_mount("/boot", path.Path(), fsName, 0, NULL, 0);
H A Dvfs.cpp7885 _kern_mount(const char* path, const char* device, const char* fsName, function
/haiku-fatelf/src/tools/fs_shell/
H A Dsyscalls.h19 fssh_dev_t _kern_mount(const char *path, const char *device,
H A Dfuse.cpp87 fssh_dev_t rootDev = _kern_mount("/", NULL, "rootfs", 0, NULL, 0);
420 fssh_dev_t fsDev = _kern_mount(kMountPoint, device, fsName, 0, NULL, 0);
H A Dfssh.cpp96 fssh_dev_t rootDev = _kern_mount("/", NULL, "rootfs", 0, NULL, 0);
1469 fssh_dev_t fsDev = _kern_mount(kMountPoint, device, fsName, 0, NULL, 0);
H A Dvfs.cpp5035 _kern_mount(const char *path, const char *device, const char *fsName, function in namespace:FSShell
/haiku-fatelf/headers/private/system/
H A Dsyscalls.h234 extern dev_t _kern_mount(const char *path, const char *device,
/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1548 swapDeviceID = _kern_mount(mountPath, devPath.Path(),

Completed in 207 milliseconds