Variables | |
static const uint64_t | hasAUTZ = 0x0000000000000001LL |
Feature: Authorization. | |
static const uint64_t | hasCHKP = 0x0000000000000002LL |
Feature: Checkpointing. | |
static const uint64_t | hasGPF = 0x0000000000000004LL |
Feature: gpFile. | |
static const uint64_t | hasGPFA = 0x0000000000000008LL |
Feature: gpFile anonymous. | |
static const uint64_t | hasPGRW = 0x0000000000000010LL |
Feature: pgRead and pgWrite. | |
static const uint64_t | hasPOSC = 0x0000000000000020LL |
Feature: Persist On Successful Close. | |
static const uint64_t | hasPRP2 = 0x0000000000000040LL |
Feature: Prepare Handler Version 2 (different calling conventions). | |
static const uint64_t | hasPRXY = 0x0000000000000080LL |
Feature: Proxy Server. | |
static const uint64_t | hasSXIO = 0x0000000000000100LL |
Feature: Supports SfsXio. | |
static const uint64_t | hasNOSF = 0x0000000000000200LL |
Feature: Supports no sendfile. |
This include file defines certain flags that can be used by various Sfs plug-ins to passthrough features and special attributes of regular files.
const uint64_t XrdSfs::hasAUTZ = 0x0000000000000001LL [static] |
Feature: Authorization.
const uint64_t XrdSfs::hasCHKP = 0x0000000000000002LL [static] |
Feature: Checkpointing.
const uint64_t XrdSfs::hasGPF = 0x0000000000000004LL [static] |
Feature: gpFile.
const uint64_t XrdSfs::hasGPFA = 0x0000000000000008LL [static] |
Feature: gpFile anonymous.
const uint64_t XrdSfs::hasNOSF = 0x0000000000000200LL [static] |
Feature: Supports no sendfile.
const uint64_t XrdSfs::hasPGRW = 0x0000000000000010LL [static] |
Feature: pgRead and pgWrite.
const uint64_t XrdSfs::hasPOSC = 0x0000000000000020LL [static] |
Feature: Persist On Successful Close.
const uint64_t XrdSfs::hasPRP2 = 0x0000000000000040LL [static] |
Feature: Prepare Handler Version 2 (different calling conventions).
const uint64_t XrdSfs::hasPRXY = 0x0000000000000080LL [static] |
Feature: Proxy Server.
const uint64_t XrdSfs::hasSXIO = 0x0000000000000100LL [static] |
Feature: Supports SfsXio.