netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
volume.h File Reference
#include <arpa/inet.h>
#include <sys/types.h>
#include <atalk/cnid.h>
#include <atalk/globals.h>
#include <atalk/unicode.h>
#include <atalk/volume.h>

Go to the source code of this file.

Functions

int ustatfs_getvolspace (const struct vol *, VolSpace *, VolSpace *, uint32_t *)
void setvoltime (AFPObj *, struct vol *)
int pollvoltime (AFPObj *)
int afp_openvol (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen)
int afp_getvolparams (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen)
int afp_setvolparams (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen)
int afp_getsrvrparms (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen)
int afp_closevol (AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen)
void close_all_vol (const AFPObj *obj)
void closevol (const AFPObj *obj, struct vol *vol)

Function Documentation

◆ afp_closevol()

int afp_closevol ( AFPObj * obj,
char * ibuf,
size_t ibuflen,
char * rbuf,
size_t * rbuflen )

◆ afp_getsrvrparms()

int afp_getsrvrparms ( AFPObj * obj,
char * ibuf,
size_t ibuflen,
char * rbuf,
size_t * rbuflen )

◆ afp_getvolparams()

int afp_getvolparams ( AFPObj * obj,
char * ibuf,
size_t ibuflen,
char * rbuf,
size_t * rbuflen )

◆ afp_openvol()

int afp_openvol ( AFPObj * obj,
char * ibuf,
size_t ibuflen,
char * rbuf,
size_t * rbuflen )

◆ afp_setvolparams()

int afp_setvolparams ( AFPObj * obj,
char * ibuf,
size_t ibuflen,
char * rbuf,
size_t * rbuflen )

◆ close_all_vol()

void close_all_vol ( const AFPObj * obj)
extern

◆ closevol()

void closevol ( const AFPObj * obj,
struct vol * vol )
extern

◆ pollvoltime()

int pollvoltime ( AFPObj * obj)
extern

◆ setvoltime()

void setvoltime ( AFPObj * obj,
struct vol * vol )
extern

◆ ustatfs_getvolspace()

int ustatfs_getvolspace ( const struct vol * vol,
VolSpace * bfree,
VolSpace * btotal,
uint32_t * bsize )
extern