ldas-tools-frameAPI
2.5.1
|
#include <algorithm>
#include <iostream>
#include <list>
#include <memory>
#include <stdexcept>
#include <sys/stat.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/ucred.h>
#include <sys/mount.h>
#include <sstream>
#include "ldastoolsal/Memory.hh"
#include "ldastoolsal/mutexlock.hh"
#include "ldastoolsal/System.hh"
#include "ldastoolsal/Thread.hh"
#include "genericAPI/Logging.hh"
#include "genericAPI/Stat.hh"
#include "MountMgr.hh"
Macros | |
#define | HAVE_GETMNTINFO 1 |
#define | MM_MNT_FSNAME(a) (a.f_mntfromname) |
#define | MM_MNT_DIR(a) (a.f_mntonname) |
#define | MM_MNT_TYPE(a) (a.f_fstypename) |
#define | MM_MNT_OPTS(a) (MountTableHandle::MountOpts(a.f_flags)) |
#define | mount_entry_info(a, b) a |
Typedefs | |
typedef struct statfs | mount_entry_type |
#define HAVE_GETMNTINFO 1 |
#define MM_MNT_DIR | ( | a | ) | (a.f_mntonname) |
#define MM_MNT_FSNAME | ( | a | ) | (a.f_mntfromname) |
#define MM_MNT_OPTS | ( | a | ) | (MountTableHandle::MountOpts(a.f_flags)) |
#define MM_MNT_TYPE | ( | a | ) | (a.f_fstypename) |
#define mount_entry_info | ( | a, | |
b | |||
) | a |
typedef struct statfs mount_entry_type |