netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
adouble Struct Reference

#include <adouble.h>

Data Fields

uint32_t ad_magic
uint32_t ad_version
char ad_filler [16]
struct ad_entry ad_eid [ADEID_MAX]
struct ad_fd ad_data_fork
struct ad_fd ad_resource_fork
struct ad_fdad_rfp
struct ad_fdad_mdp
int ad_vers
int ad_adflags
uint32_t ad_inited
int ad_options
int ad_refcount
int ad_data_refcount
int ad_meta_refcount
int ad_reso_refcount
off_t ad_rlen
char * ad_name
struct adouble_fopsad_ops
uint16_t ad_open_forks
size_t valid_data_len
char ad_data [AD_DATASZ_MAX]

Field Documentation

◆ ad_adflags

int adouble::ad_adflags

◆ ad_data

char adouble::ad_data[AD_DATASZ_MAX]

◆ ad_data_fork

struct ad_fd adouble::ad_data_fork

◆ ad_data_refcount

int adouble::ad_data_refcount

◆ ad_eid

struct ad_entry adouble::ad_eid[ADEID_MAX]

◆ ad_filler

char adouble::ad_filler[16]

◆ ad_inited

uint32_t adouble::ad_inited

◆ ad_magic

uint32_t adouble::ad_magic

◆ ad_mdp

struct ad_fd* adouble::ad_mdp

◆ ad_meta_refcount

int adouble::ad_meta_refcount

◆ ad_name

char* adouble::ad_name

◆ ad_open_forks

uint16_t adouble::ad_open_forks

◆ ad_ops

struct adouble_fops* adouble::ad_ops

◆ ad_options

int adouble::ad_options

◆ ad_refcount

int adouble::ad_refcount

◆ ad_reso_refcount

int adouble::ad_reso_refcount

◆ ad_resource_fork

struct ad_fd adouble::ad_resource_fork

◆ ad_rfp

struct ad_fd* adouble::ad_rfp

◆ ad_rlen

off_t adouble::ad_rlen

◆ ad_vers

int adouble::ad_vers

◆ ad_version

uint32_t adouble::ad_version

◆ valid_data_len

size_t adouble::valid_data_len

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