Searched refs:fs_mount_volume (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/os/kernel/
H A Dfs_volume.h25 extern dev_t fs_mount_volume(const char *where, const char *device,
/haiku/src/system/libroot/os/
H A Dfs_volume.c14 fs_mount_volume(const char *where, const char *device, function
/haiku/src/bin/
H A Dmount.c95 volume = fs_mount_volume(mountPoint, device, fs, flags, parameter);
H A Durlwrapper.cpp502 volume = fs_mount_volume(prettyPath.String(), NULL, "nfs4", flags,
505 fprintf(stderr, "fs_mount_volume: %s\n", strerror(volume));
/haiku/src/bin/network/mount_nfs/
H A Dmount_nfs.cpp17 return fs_mount_volume(where, device, filesystem, flags, (const char *)parameters);
/haiku/src/system/libroot/os/arch/x86/
H A Dcompatibility.c126 err = fs_mount_volume(where, device, filesystem, mountFlags, NULL);
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp488 dev_t volume = fs_mount_volume(mountPoint, image, NULL, 0, NULL);
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp599 dev_t device = fs_mount_volume(mountPoint, partitionPath.Path(), NULL,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1773 void fs_mount_volume() {} function
H A Dlibroot_stubs_legacy.c1720 void fs_mount_volume() {} function

Completed in 418 milliseconds