Coda Distributed File System
Public Attributes | List of all members
SFTP_Descriptor Struct Reference

#include <se.h>

Collaboration diagram for SFTP_Descriptor:
Collaboration graph
[legend]

Public Attributes

enum WhichWay TransmissionDirection
 
char hashmark
 
long SeekOffset
 
long BytesTransferred
 
long ByteQuota
 
long QuotaExceeded
 
enum FileInfoTag Tag
 
union {
   struct FileInfoByName {
      long   ProtectionBits
 
      char   LocalFileName [256]
 
   }   ByName
 
   struct FileInfoByInode {
      long   Device
 
      long   Inode
 
   }   ByInode
 
   struct FileInfoByFD {
      long   fd
 
   }   ByFD
 
   struct FileInfoByAddr {
      RPC2_BoundedBS   vmfile
 
      long   vmfilep
 
   }   ByAddr
 
FileInfo
 

Member Data Documentation

◆ 

struct { ... } ::FileInfoByAddr SFTP_Descriptor::ByAddr

◆ 

struct { ... } ::FileInfoByFD SFTP_Descriptor::ByFD

◆ 

struct { ... } ::FileInfoByInode SFTP_Descriptor::ByInode

◆ 

struct { ... } ::FileInfoByName SFTP_Descriptor::ByName

◆ ByteQuota

long SFTP_Descriptor::ByteQuota

◆ BytesTransferred

long SFTP_Descriptor::BytesTransferred

◆ Device

long SFTP_Descriptor::Device

◆ fd

long SFTP_Descriptor::fd

◆ 

union { ... } SFTP_Descriptor::FileInfo

◆ hashmark

char SFTP_Descriptor::hashmark

◆ Inode

long SFTP_Descriptor::Inode

◆ LocalFileName

char SFTP_Descriptor::LocalFileName[256]

◆ ProtectionBits

long SFTP_Descriptor::ProtectionBits

◆ QuotaExceeded

long SFTP_Descriptor::QuotaExceeded

◆ SeekOffset

long SFTP_Descriptor::SeekOffset

◆ Tag

enum FileInfoTag SFTP_Descriptor::Tag

◆ TransmissionDirection

enum WhichWay SFTP_Descriptor::TransmissionDirection

◆ vmfile

RPC2_BoundedBS SFTP_Descriptor::vmfile

◆ vmfilep

long SFTP_Descriptor::vmfilep

The documentation for this struct was generated from the following file: