Home
last modified time | relevance | path

Searched refs:TotalAllocationUnits (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/fs/smb/server/
Dsmb_common.h233 __le64 TotalAllocationUnits; member
Dsmb2pdu.c5081 info->TotalAllocationUnits = cpu_to_le64(stfs.f_blocks); in smb2_get_info_filesystem()
5093 info->TotalAllocationUnits = cpu_to_le64(stfs.f_blocks); in smb2_get_info_filesystem()
/Linux-v6.6/fs/smb/client/
Dcifspdu.h2114 __le64 TotalAllocationUnits; member
2123 __le32 TotalAllocationUnits; member
Dcifssmb.c4530 le32_to_cpu(response_data->TotalAllocationUnits); in SMBOldQFSInfo()
4617 le64_to_cpu(response_data->TotalAllocationUnits); in CIFSSMBQFSInfo()
Dsmb2pdu.c5316 kst->f_blocks = le64_to_cpu(pfs_inf->TotalAllocationUnits); in smb2_copy_fs_info_to_kstatfs()
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h1707 __le64 TotalAllocationUnits; member