Searched refs:host_statfs (Results 1 – 2 of 2) sorted by relevance
180 struct freebsd11_statfs *host_statfs) in h2t_freebsd11_statfs() argument187 __put_user(host_statfs->f_version, &target_statfs->f_version); in h2t_freebsd11_statfs()188 __put_user(host_statfs->f_type, &target_statfs->f_type); in h2t_freebsd11_statfs()189 __put_user(host_statfs->f_flags, &target_statfs->f_flags); in h2t_freebsd11_statfs()190 __put_user(host_statfs->f_bsize, &target_statfs->f_bsize); in h2t_freebsd11_statfs()191 __put_user(host_statfs->f_iosize, &target_statfs->f_iosize); in h2t_freebsd11_statfs()192 __put_user(host_statfs->f_blocks, &target_statfs->f_blocks); in h2t_freebsd11_statfs()193 __put_user(host_statfs->f_bfree, &target_statfs->f_bfree); in h2t_freebsd11_statfs()194 __put_user(host_statfs->f_bavail, &target_statfs->f_bavail); in h2t_freebsd11_statfs()195 __put_user(host_statfs->f_files, &target_statfs->f_files); in h2t_freebsd11_statfs()[all …]
43 struct freebsd11_statfs *host_statfs);48 struct statfs *host_statfs);