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

/linux-master/fs/smb/client/
H A Dsmb2proto.h293 struct smb2_fs_full_size_info *pfs_inf,
H A Dsmb2pdu.c5690 smb2_copy_fs_info_to_kstatfs(struct smb2_fs_full_size_info *pfs_inf, argument
5693 kst->f_bsize = le32_to_cpu(pfs_inf->BytesPerSector) *
5694 le32_to_cpu(pfs_inf->SectorsPerAllocationUnit);
5695 kst->f_blocks = le64_to_cpu(pfs_inf->TotalAllocationUnits);
5697 le64_to_cpu(pfs_inf->CallerAvailableAllocationUnits);

Completed in 219 milliseconds