xrootd
Loading...
Searching...
No Matches
Variables
XrdSfs Namespace Reference

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.
 
static const uint64_t hasCACH = 0x0000000000000400LL
 Feature: Implements a data cache.
 
static const uint64_t hasNAIO = 0x0000000000000800LL
 Feature: Supports no async I/O.
 

Detailed Description

This include file defines certain flags that can be used by various Sfs plug-ins to passthrough features and special attributes of regular files.

Variable Documentation

◆ hasAUTZ

const uint64_t XrdSfs::hasAUTZ = 0x0000000000000001LL
static

Feature: Authorization.

◆ hasCACH

const uint64_t XrdSfs::hasCACH = 0x0000000000000400LL
static

Feature: Implements a data cache.

◆ hasCHKP

const uint64_t XrdSfs::hasCHKP = 0x0000000000000002LL
static

Feature: Checkpointing.

◆ hasGPF

const uint64_t XrdSfs::hasGPF = 0x0000000000000004LL
static

Feature: gpFile.

◆ hasGPFA

const uint64_t XrdSfs::hasGPFA = 0x0000000000000008LL
static

Feature: gpFile anonymous.

◆ hasNAIO

const uint64_t XrdSfs::hasNAIO = 0x0000000000000800LL
static

Feature: Supports no async I/O.

◆ hasNOSF

const uint64_t XrdSfs::hasNOSF = 0x0000000000000200LL
static

Feature: Supports no sendfile.

◆ hasPGRW

const uint64_t XrdSfs::hasPGRW = 0x0000000000000010LL
static

Feature: pgRead and pgWrite.

◆ hasPOSC

const uint64_t XrdSfs::hasPOSC = 0x0000000000000020LL
static

Feature: Persist On Successful Close.

◆ hasPRP2

const uint64_t XrdSfs::hasPRP2 = 0x0000000000000040LL
static

Feature: Prepare Handler Version 2 (different calling conventions)

◆ hasPRXY

const uint64_t XrdSfs::hasPRXY = 0x0000000000000080LL
static

Feature: Proxy Server.

◆ hasSXIO

const uint64_t XrdSfs::hasSXIO = 0x0000000000000100LL
static

Feature: Supports SfsXio.