#include <volume.h>
| const char *(* vol::ad_path) (const char *, int) |
| size_t vol::max_filename |
| int vol::v_ad_options |
adouble option NODEV, NOCACHE, etc..
| int vol::v_adouble |
adouble format: v1, v2
| VolSpace vol::v_appended |
amount of data appended to files
| int vol::v_casefold |
| struct _cnid_db* vol::v_cdb |
| char* vol::v_cnidport |
| char* vol::v_cnidscheme |
| char* vol::v_cnidserver |
| char* vol::v_configname |
as defined in afp.conf
| time_t vol::v_ctime |
volume creation date, not unix ctime
| char* vol::v_dbpath |
| int vol::v_deleted |
volume open but deleted in new config file
| dev_t vol::v_dev |
Unix volume device, Set but not used
| mode_t vol::v_dperm |
default directories permission value OR with requested perm
| int vol::v_flags |
| mode_t vol::v_fperm |
default files permission value OR with requested perm
| char* vol::v_gvs |
| uint32_t vol::v_ignattr |
AFP attributes that shall be ignored
| long vol::v_kTextEncoding |
mac charset encoding in network order
| VolSpace vol::v_limitsize |
Size limit, if any, in MiB
| char* vol::v_localname |
as defined in afp.conf but with vars expanded
| charset_t vol::v_maccharset |
| char* vol::v_maccodepage |
| ucs2_t* vol::v_macname |
mangled to legacy longname in ucs2
| time_t vol::v_mtime |
| uint16_t vol::v_mtou_flags |
flags for convert_charset in mtoupath
| ucs2_t* vol::v_name |
either v_u8mname or v_macname
| struct vol* vol::v_next |
| int vol::v_nfs |
| void* vol::v_nfsclient |
| AFPObj* vol::v_obj |
| char* vol::v_password |
| char* vol::v_path |
| char* vol::v_postexec |
| char* vol::v_preexec |
| int vol::v_preexec_close |
| int vol::v_qfd |
| struct dir* vol::v_root |
| char vol::v_stamp[ADEDLEN_PRIVSYN] |
| time_t vol::v_tm_cachetime |
time at which v_tm_used was calculated last
| VolSpace vol::v_tm_used |
used bytes on a TM volume
| ucs2_t* vol::v_u8mname |
converted to utf8-mac in ucs2
| mode_t vol::v_umask |
| uint16_t vol::v_utom_flags |
| char* vol::v_uuid |
For TimeMachine zeroconf record
| char* vol::v_veto |
| int vol::v_vfs_ea |
The AFPVOL_EA_xx flag
| uint16_t vol::v_vid |
| charset_t vol::v_volcharset |
| char* vol::v_volcodepage |
| struct vfs_ops* vol::vfs |
pointer to vfs_master_funcs for chaining
| const struct vfs_ops* vol::vfs_modules[4] |