Searched refs:pfs_inf (Results 1 – 2 of 2) sorted by relevance
273 struct smb2_fs_full_size_info *pfs_inf,
5490 smb2_copy_fs_info_to_kstatfs(struct smb2_fs_full_size_info *pfs_inf, in smb2_copy_fs_info_to_kstatfs() argument5493 kst->f_bsize = le32_to_cpu(pfs_inf->BytesPerSector) * in smb2_copy_fs_info_to_kstatfs()5494 le32_to_cpu(pfs_inf->SectorsPerAllocationUnit); in smb2_copy_fs_info_to_kstatfs()5495 kst->f_blocks = le64_to_cpu(pfs_inf->TotalAllocationUnits); in smb2_copy_fs_info_to_kstatfs()5497 le64_to_cpu(pfs_inf->CallerAvailableAllocationUnits); in smb2_copy_fs_info_to_kstatfs()