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

/haiku-fatelf/headers/os/kernel/
H A Dfs_volume.h25 extern dev_t fs_mount_volume(const char *where, const char *device,
/haiku-fatelf/src/system/libroot/os/
H A Dfs_volume.c14 fs_mount_volume(const char *where, const char *device, function
/haiku-fatelf/src/build/libhaikucompat/
H A Dmisc.cpp25 fs_mount_volume(const char *where, const char *device, const char *filesystem, function
/haiku-fatelf/src/bin/
H A Dmount.c95 volume = fs_mount_volume(mountPoint, device, fs, flags, parameter);
H A Durlwrapper.cpp491 volume = fs_mount_volume(prettyPath.String(), NULL, "nfs4", flags,
494 fprintf(stderr, "fs_mount_volume: %s\n", strerror(volume));
/haiku-fatelf/src/bin/network/mount_nfs/
H A Dmount_nfs.cpp17 return fs_mount_volume(where, device, filesystem, flags, (const char *)parameters);
/haiku-fatelf/src/system/libroot/os/arch/x86/
H A Dcompatibility.c124 err = fs_mount_volume(where, device, filesystem, mountFlags, NULL);
/haiku-fatelf/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-fatelf/src/kits/storage/disk_device/
H A DPartition.cpp562 dev_t device = fs_mount_volume(mountPoint, partitionPath.Path(), NULL,

Completed in 77 milliseconds