|
| static int | for_each_adouble (const char *from, const char *name, rf_loop fn, const struct vol *vol, void *data, int flag) |
| static int | netatalk_name (const char *name) |
| static int | validupath_adouble (const struct vol *vol, const char *name) |
| static int | RF_chown_adouble (const struct vol *vol, const char *path, uid_t uid, gid_t gid) |
| static int | RF_renamedir_adouble (const struct vol *vol, int dirfd, const char *oldpath, const char *newpath) |
| static int | deletecurdir_adouble_loop (const struct vol *vol, struct dirent *de, char *name, void *data, int flag) |
| static int | RF_deletecurdir_adouble (const struct vol *vol) |
| static int | adouble_setfilmode (const struct vol *vol, const char *name, mode_t mode, struct stat *st) |
| static int | RF_setfilmode_adouble (const struct vol *vol, const char *name, mode_t mode, struct stat *st) |
| static int | RF_setdirunixmode_adouble (const struct vol *vol, const char *name, mode_t mode, struct stat *st) |
| static int | setdirmode_adouble_loop (const struct vol *vol, struct dirent *de, char *name, void *data, int flag) |
| static int | RF_setdirmode_adouble (const struct vol *vol, const char *name, mode_t mode, struct stat *st) |
| static int | RF_setdirowner_adouble (const struct vol *vol, const char *name, uid_t uid, gid_t gid) |
| static int | RF_deletefile_adouble (const struct vol *vol, int dirfd, const char *file) |
| static int | RF_renamefile_adouble (const struct vol *vol, int dirfd, const char *src, const char *dst) |
| static int | RF_copyfile_adouble (const struct vol *vol, int sfd, const char *src, const char *dst) |
| static int | RF_solaris_acl (const struct vol *vol, const char *path, int cmd, int count, void *aces) |
| static int | RF_solaris_remove_acl (const struct vol *vol, const char *path, int dir) |
| static int | RF_posix_acl (const struct vol *vol, const char *path, acl_type_t type, int count, acl_t acl) |
| static int | RF_posix_remove_acl (const struct vol *vol, const char *path, int dir) |
| static int | validupath_ea (const struct vol *vol, const char *name) |
| static int | RF_chown_ea (const struct vol *vol, const char *path, uid_t uid, gid_t gid) |
| static int | RF_renamedir_ea (const struct vol *vol, int dirfd, const char *oldpath, const char *newpath) |
| static int | deletecurdir_ea_osx_chkifempty_loop (const struct vol *vol, struct dirent *de, char *name, void *data, int flag) |
| static int | deletecurdir_ea_osx_loop (const struct vol *vol, struct dirent *de, char *name, void *data, int flag) |
| static int | RF_deletecurdir_ea (const struct vol *vol) |
| static int | RF_setdirunixmode_ea (const struct vol *vol, const char *name, mode_t mode, struct stat *st) |
| static int | RF_setfilmode_ea (const struct vol *vol, const char *name, mode_t mode, struct stat *st) |
| static int | RF_setdirmode_ea (const struct vol *vol, const char *name, mode_t mode, struct stat *st) |
| static int | RF_setdirowner_ea (const struct vol *vol, const char *name, uid_t uid, gid_t gid) |
| static int | RF_deletefile_ea (const struct vol *vol, int dirfd, const char *file) |
| static int | RF_copyfile_ea (const struct vol *vol, int sfd, const char *src, const char *dst) |
| static int | RF_renamefile_ea (const struct vol *vol, int dirfd, const char *src, const char *dst) |
| static int | vfs_chown (const struct vol *vol, const char *path, uid_t uid, gid_t gid) |
| static int | vfs_renamedir (const struct vol *vol, int dirfd, const char *oldpath, const char *newpath) |
| static int | vfs_deletecurdir (const struct vol *vol) |
| static int | vfs_setfilmode (const struct vol *vol, const char *name, mode_t mode, struct stat *st) |
| static int | vfs_setdirmode (const struct vol *vol, const char *name, mode_t mode, struct stat *st) |
| static int | vfs_setdirunixmode (const struct vol *vol, const char *name, mode_t mode, struct stat *st) |
| static int | vfs_setdirowner (const struct vol *vol, const char *name, uid_t uid, gid_t gid) |
| static int | vfs_deletefile (const struct vol *vol, int dirfd, const char *file) |
| static int | vfs_renamefile (const struct vol *vol, int dirfd, const char *src, const char *dst) |
| static int | vfs_copyfile (const struct vol *vol, int sfd, const char *src, const char *dst) |
| static int | vfs_solaris_acl (const struct vol *vol, const char *path, int cmd, int count, void *aces) |
| static int | vfs_posix_acl (const struct vol *vol, const char *path, acl_type_t type, int count, acl_t acl) |
| static int | vfs_remove_acl (const struct vol *vol, const char *path, int dir) |
| static int | vfs_ea_getsize (const struct vol *vol, char *rbuf, size_t *rbuflen, const char *uname, int oflag, const char *attruname, int fd) |
| static int | vfs_ea_getcontent (const struct vol *vol, char *rbuf, size_t *rbuflen, const char *uname, int oflag, const char *attruname, int maxreply, int fd) |
| static int | vfs_ea_list (const struct vol *vol, char *attrnamebuf, size_t *buflen, const char *uname, int oflag, int fd) |
| static int | vfs_ea_set (const struct vol *vol, const char *uname, const char *attruname, const char *ibuf, size_t attrsize, int oflag, int fd) |
| static int | vfs_ea_remove (const struct vol *vol, const char *uname, const char *attruname, int oflag, int fd) |
| static int | vfs_validupath (const struct vol *vol, const char *name) |
| void | initvol_vfs (struct vol *vol) |