ldas-tools-frameAPI  2.5.1
Macros | Typedefs
MountMgr.cc File Reference
#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
 

Macro Definition Documentation

◆ HAVE_GETMNTINFO

#define HAVE_GETMNTINFO   1

◆ MM_MNT_DIR

#define MM_MNT_DIR (   a)    (a.f_mntonname)

◆ MM_MNT_FSNAME

#define MM_MNT_FSNAME (   a)    (a.f_mntfromname)

◆ MM_MNT_OPTS

#define MM_MNT_OPTS (   a)    (MountTableHandle::MountOpts(a.f_flags))

◆ MM_MNT_TYPE

#define MM_MNT_TYPE (   a)    (a.f_fstypename)

◆ mount_entry_info

#define mount_entry_info (   a,
 
)    a

Typedef Documentation

◆ mount_entry_type

typedef struct statfs mount_entry_type