Home
last modified time | relevance | path

Searched refs:pfs_inf (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/cifs/
Dsmb2proto.h252 struct smb2_fs_full_size_info *pfs_inf,
Dsmb2pdu.c4503 smb2_copy_fs_info_to_kstatfs(struct smb2_fs_full_size_info *pfs_inf, in smb2_copy_fs_info_to_kstatfs() argument
4506 kst->f_bsize = le32_to_cpu(pfs_inf->BytesPerSector) * in smb2_copy_fs_info_to_kstatfs()
4507 le32_to_cpu(pfs_inf->SectorsPerAllocationUnit); in smb2_copy_fs_info_to_kstatfs()
4508 kst->f_blocks = le64_to_cpu(pfs_inf->TotalAllocationUnits); in smb2_copy_fs_info_to_kstatfs()
4510 le64_to_cpu(pfs_inf->CallerAvailableAllocationUnits); in smb2_copy_fs_info_to_kstatfs()