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

/haiku/src/system/libroot/os/
H A Dfs_volume.c17 return _kern_mount(where, device, fileSystem, flags, (void *)parameters,
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp442 status = _kern_mount("/", NULL, "rootfs", 0, NULL, 0);
450 status = _kern_mount("/dev", NULL, "devfs", 0, NULL, 0);
505 bootDevice = _kern_mount("/boot", path.Path(), fsName, 0, NULL, 0);
542 dev_t packageMount = _kern_mount("/boot/system", NULL, kPackageFSName,
549 packageMount = _kern_mount("/boot/home/config", NULL, kPackageFSName, 0,
558 status = _kern_mount("/boot/system/var/shared_memory", NULL, "ramfs", 0, NULL, 0);
H A Dvfs.cpp8153 _kern_mount(const char* path, const char* device, const char* fsName, function
/haiku/src/tools/fs_shell/
H A Dsyscalls.h19 fssh_dev_t _kern_mount(const char *path, const char *device,
H A Dfuse.cpp88 fssh_dev_t rootDev = _kern_mount("/", NULL, "rootfs", 0, NULL, 0);
435 fssh_dev_t fsDev = _kern_mount(kMountPoint, device, fsName, 0, NULL, 0);
H A Dfssh.cpp97 fssh_dev_t rootDev = _kern_mount("/", NULL, "rootfs", 0, NULL, 0);
1605 fssh_dev_t fsDev = _kern_mount(kMountPoint, device, fsName, 0, NULL, 0);
H A Dvfs.cpp5082 _kern_mount(const char *path, const char *device, const char *fsName, function in namespace:FSShell
/haiku/headers/private/system/
H A Dsyscalls.h256 extern dev_t _kern_mount(const char *path, const char *device,
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1694 swapDeviceID = _kern_mount(mountPath, devPath.Path(),
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1203 void _kern_mount() {} function
H A Dlibroot_stubs_legacy.c1123 void _kern_mount() {} function

Completed in 210 milliseconds