H A D | vboxfs_prov.c | 128 sfprov_mount(sfp_connection_t *conn, char *path, sfp_mount_t **mnt) argument 141 *mnt = NULL; 144 *mnt = m; 152 sfprov_unmount(sfp_mount_t *mnt) argument 156 rc = vboxCallUnmapFolder(&vbox_client, &mnt->map); 163 kmem_free(mnt, sizeof (*mnt)); 171 sfprov_get_fsinfo(sfp_mount_t *mnt, sffs_fsinfo_t *fsinfo) argument 177 rc = vboxCallFSInfo(&vbox_client, &mnt->map, 0, 237 sfprov_mode_from_fmode(sfp_mount_t *mnt, mode_ argument 296 sfprov_stat_from_info(sfp_mount_t *mnt, sffs_stat_t *stat, SHFLFSOBJINFO *info) argument 318 sfprov_create( sfp_mount_t *mnt, char *path, mode_t mode, sfp_file_t **fp, sffs_stat_t *stat) argument 361 sfprov_diropen(sfp_mount_t *mnt, char *path, sfp_file_t **fp) argument 405 sfprov_open(sfp_mount_t *mnt, char *path, sfp_file_t **fp, int flag) argument 511 sfprov_getinfo(sfp_mount_t *mnt, char *path, PSHFLFSOBJINFO info) argument 537 sfprov_get_mode(sfp_mount_t *mnt, char *path, mode_t *mode) argument 550 sfprov_get_size(sfp_mount_t *mnt, char *path, uint64_t *size) argument 564 sfprov_get_atime(sfp_mount_t *mnt, char *path, timestruc_t *time) argument 577 sfprov_get_mtime(sfp_mount_t *mnt, char *path, timestruc_t *time) argument 590 sfprov_get_ctime(sfp_mount_t *mnt, char *path, timestruc_t *time) argument 603 sfprov_get_attr(sfp_mount_t *mnt, char *path, sffs_stat_t *attr) argument 623 sfprov_set_attr( sfp_mount_t *mnt, char *path, uint_t mask, mode_t mode, timestruc_t atime, timestruc_t mtime, timestruc_t ctime) argument 696 sfprov_set_size(sfp_mount_t *mnt, char *path, uint64_t size) argument 754 sfprov_mkdir( sfp_mount_t *mnt, char *path, mode_t mode, sfp_file_t **fp, sffs_stat_t *stat) argument 804 sfprov_remove(sfp_mount_t *mnt, char *path, uint_t is_link) argument 820 sfprov_readlink( sfp_mount_t *mnt, char *path, char *target, size_t tgt_size) argument 842 sfprov_symlink( sfp_mount_t *mnt, char *linkname, char *target, sffs_stat_t *stat) argument 873 sfprov_rmdir(sfp_mount_t *mnt, char *path) argument 888 sfprov_rename(sfp_mount_t *mnt, char *from, char *to, uint_t is_dir) argument 919 sfprov_readdir( sfp_mount_t *mnt, char *path, sffs_dirents_t **dirents, int flag) argument [all...] |