BVolume and BVolumeRoster updates, courtesty of Vincent Dominguez

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@405 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2002-07-23 21:39:49 +00:00
parent 96a445359a
commit 5ebee1cf0a
7 changed files with 311 additions and 17 deletions
@@ -18,6 +18,7 @@
#include <sys/dirent.h> // For dirent
#include <sys/stat.h> // For struct stat
#include <fcntl.h> // For flock
#include <fs_info.h> // File sytem information functions, structs, defines
// Forward Declarations
typedef struct attr_info;
@@ -46,6 +47,13 @@ struct LongDirEntry : DirEntry { char _buffer[B_FILE_NAME_LENGTH]; };
const FileDescriptor NullFd = -1;
//------------------------------------------------------------------------------
// Device Functions
//------------------------------------------------------------------------------
/*! Returns information about the file system on the specified device. */
status_t stat_dev(dev_t dev, fs_info* info);
//------------------------------------------------------------------------------
// File Functions
//------------------------------------------------------------------------------