Searched refs:shfl_volinfo (Results 1 – 2 of 2) sorted by relevance
280 struct shfl_volinfo shfl_volinfo; in vboxsf_statfs() local286 buf_len = sizeof(shfl_volinfo); in vboxsf_statfs()288 &buf_len, &shfl_volinfo); in vboxsf_statfs()293 stat->f_bsize = shfl_volinfo.bytes_per_allocation_unit; in vboxsf_statfs()295 do_div(shfl_volinfo.total_allocation_bytes, in vboxsf_statfs()296 shfl_volinfo.bytes_per_allocation_unit); in vboxsf_statfs()297 stat->f_blocks = shfl_volinfo.total_allocation_bytes; in vboxsf_statfs()299 do_div(shfl_volinfo.available_allocation_bytes, in vboxsf_statfs()300 shfl_volinfo.bytes_per_allocation_unit); in vboxsf_statfs()301 stat->f_bfree = shfl_volinfo.available_allocation_bytes; in vboxsf_statfs()[all …]
476 struct shfl_volinfo { struct