![]() |
XRootD
|
Variables | |
static const uint64_t | hasAUTZ = 0x0000000000000001LL |
Feature: Authorization. More... | |
static const uint64_t | hasCACH = 0x0000000000000400LL |
Feature: Implements a data cache. More... | |
static const uint64_t | hasCHKP = 0x0000000000000002LL |
Feature: Checkpointing. More... | |
static const uint64_t | hasGPF = 0x0000000000000004LL |
Feature: gpFile. More... | |
static const uint64_t | hasGPFA = 0x0000000000000008LL |
Feature: gpFile anonymous. More... | |
static const uint64_t | hasNAIO = 0x0000000000000800LL |
Feature: Supports no async I/O. More... | |
static const uint64_t | hasNOSF = 0x0000000000000200LL |
Feature: Supports no sendfile. More... | |
static const uint64_t | hasPGRW = 0x0000000000000010LL |
Feature: pgRead and pgWrite. More... | |
static const uint64_t | hasPOSC = 0x0000000000000020LL |
Feature: Persist On Successful Close. More... | |
static const uint64_t | hasPRP2 = 0x0000000000000040LL |
Feature: Prepare Handler Version 2 (different calling conventions) More... | |
static const uint64_t | hasPRXY = 0x0000000000000080LL |
Feature: Proxy Server. More... | |
static const uint64_t | hasSXIO = 0x0000000000000100LL |
Feature: Supports SfsXio. More... | |
This include file defines certain flags that can be used by various Sfs plug-ins to passthrough features and special attributes of regular files.
|
static |
Feature: Authorization.
Definition at line 44 of file XrdSfsFlags.hh.
Referenced by XrdOfs::Configure().
|
static |
Feature: Implements a data cache.
Definition at line 74 of file XrdSfsFlags.hh.
Referenced by XrdXrootdProtocol::Configure(), and XrdOfs::Configure().
|
static |
Feature: Checkpointing.
Definition at line 47 of file XrdSfsFlags.hh.
Referenced by XrdSfsFileSystem::XrdSfsFileSystem().
|
static |
Feature: gpFile.
Definition at line 50 of file XrdSfsFlags.hh.
Referenced by XrdXrootdProtocol::Configure().
|
static |
Feature: gpFile anonymous.
Definition at line 53 of file XrdSfsFlags.hh.
Referenced by XrdXrootdProtocol::Configure().
|
static |
Feature: Supports no async I/O.
Definition at line 77 of file XrdSfsFlags.hh.
Referenced by XrdXrootdProtocol::Configure(), and XrdOfs::Configure().
|
static |
Feature: Supports no sendfile.
Definition at line 71 of file XrdSfsFlags.hh.
Referenced by XrdXrootdProtocol::Configure(), and XrdOfs::Configure().
|
static |
Feature: pgRead and pgWrite.
Definition at line 56 of file XrdSfsFlags.hh.
Referenced by XrdSfsFileSystem::XrdSfsFileSystem(), and XrdXrootdProtocol::Configure().
|
static |
Feature: Persist On Successful Close.
Definition at line 59 of file XrdSfsFlags.hh.
Referenced by XrdXrootdProtocol::Configure().
|
static |
Feature: Prepare Handler Version 2 (different calling conventions)
Definition at line 62 of file XrdSfsFlags.hh.
Referenced by XrdXrootdProtocol::Configure(), and XrdOfs::Configure().
|
static |
Feature: Proxy Server.
Definition at line 65 of file XrdSfsFlags.hh.
Referenced by XrdXrootdProtocol::Configure(), and XrdOfs::Configure().
|
static |
Feature: Supports SfsXio.
Definition at line 68 of file XrdSfsFlags.hh.
Referenced by XrdSsiSfs::setFeatures().