2 * Copyright 2003-2008, Haiku Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
8 //! File System volume functions
14 #define B_MOUNT_READ_ONLY 1
15 #define B_MOUNT_VIRTUAL_DEVICE 2
18 #define B_FORCE_UNMOUNT 1
25 extern dev_t
fs_mount_volume(const char *where
, const char *device
,
26 const char *filesystem
, uint32 flags
,
27 const char *parameters
);
28 extern status_t
fs_unmount_volume(const char *path
, uint32 flags
);
34 #endif /* _FS_VOLUME_H */