ewmscp
..
|
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <gpfs.h>
#include <string>
#include <forward_list>
#include <Options.h>
#include <throwcall.h>
#include <scoped.h>
#include "gpfsFcntlHandler.h"
Go to the source code of this file.
Functions | |
void | checkAcl (const std::string &path) |
void | handleDir (const std::string &path) |
int | main (int argc, const char *argv[]) |
Variables | |
static unsigned long | nDirs = 0 |
static unsigned long | nFiles = 0 |
static options::single< size_t > | maxGoodEntries ('n',"maxGoodEntries", "maximum number of aces in an acl considered good", 14) |
static options::single< size_t > | minGoodEntries ('m',"minGoodEntries", "minimum number of aces in an acl considered good", 0) |
static std::map< size_t, unsigned long > | aclLength |
static std::map< size_t, unsigned long > | multiples |