#include <arpa/inet.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <atalk/adouble.h>
#include <atalk/afp.h>
#include <atalk/compat.h>
#include <atalk/ea.h>
#include <atalk/logger.h>
#include <atalk/unix.h>
#include <atalk/util.h>
#include <atalk/vfs.h>
#include <atalk/volume.h>
Functions | |
int | sys_get_easize (VFS_FUNC_ARGS_EA_GETSIZE) |
int | sys_get_eacontent (VFS_FUNC_ARGS_EA_GETCONTENT) |
int | sys_list_eas (VFS_FUNC_ARGS_EA_LIST) |
int | sys_set_ea (VFS_FUNC_ARGS_EA_SET) |
int | sys_remove_ea (VFS_FUNC_ARGS_EA_REMOVE) |
int | sys_ea_copyfile (VFS_FUNC_ARGS_COPYFILE) |
int sys_ea_copyfile | ( | VFS_FUNC_ARGS_COPYFILE | ) |
int sys_get_eacontent | ( | VFS_FUNC_ARGS_EA_GETCONTENT | ) |
int sys_get_easize | ( | VFS_FUNC_ARGS_EA_GETSIZE | ) |
int sys_list_eas | ( | VFS_FUNC_ARGS_EA_LIST | ) |
int sys_remove_ea | ( | VFS_FUNC_ARGS_EA_REMOVE | ) |
int sys_set_ea | ( | VFS_FUNC_ARGS_EA_SET | ) |