Searched refs:pfs_inf (Results 1 – 2 of 2) sorted by relevance
265 struct smb2_fs_full_size_info *pfs_inf,
5284 smb2_copy_fs_info_to_kstatfs(struct smb2_fs_full_size_info *pfs_inf, in smb2_copy_fs_info_to_kstatfs() argument5287 kst->f_bsize = le32_to_cpu(pfs_inf->BytesPerSector) * in smb2_copy_fs_info_to_kstatfs()5288 le32_to_cpu(pfs_inf->SectorsPerAllocationUnit); in smb2_copy_fs_info_to_kstatfs()5289 kst->f_blocks = le64_to_cpu(pfs_inf->TotalAllocationUnits); in smb2_copy_fs_info_to_kstatfs()5291 le64_to_cpu(pfs_inf->CallerAvailableAllocationUnits); in smb2_copy_fs_info_to_kstatfs()