Searched refs:kst (Results 1 – 1 of 1) sorted by relevance
2690 struct kstatfs *kst) in copy_fs_info_to_kstatfs() argument2692 kst->f_bsize = le32_to_cpu(pfs_inf->BytesPerSector) * in copy_fs_info_to_kstatfs()2694 kst->f_blocks = le64_to_cpu(pfs_inf->TotalAllocationUnits); in copy_fs_info_to_kstatfs()2695 kst->f_bfree = le64_to_cpu(pfs_inf->ActualAvailableAllocationUnits); in copy_fs_info_to_kstatfs()2696 kst->f_bavail = le64_to_cpu(pfs_inf->CallerAvailableAllocationUnits); in copy_fs_info_to_kstatfs()