Searched refs:pfs_inf (Results 1 – 2 of 2) sorted by relevance
239 struct smb2_fs_full_size_info *pfs_inf,
4131 smb2_copy_fs_info_to_kstatfs(struct smb2_fs_full_size_info *pfs_inf, in smb2_copy_fs_info_to_kstatfs() argument4134 kst->f_bsize = le32_to_cpu(pfs_inf->BytesPerSector) * in smb2_copy_fs_info_to_kstatfs()4135 le32_to_cpu(pfs_inf->SectorsPerAllocationUnit); in smb2_copy_fs_info_to_kstatfs()4136 kst->f_blocks = le64_to_cpu(pfs_inf->TotalAllocationUnits); in smb2_copy_fs_info_to_kstatfs()4138 le64_to_cpu(pfs_inf->CallerAvailableAllocationUnits); in smb2_copy_fs_info_to_kstatfs()