Searched refs:UserBlocksAvail (Results 1 – 4 of 4) sorted by relevance
389 __le64 UserBlocksAvail; /* bavail */ member
5562 info->UserBlocksAvail = cpu_to_le64(stfs.f_bavail); in smb2_get_info_filesystem()
5806 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) in copy_posix_fs_info_to_kstatfs()5809 kst->f_bavail = le64_to_cpu(response_data->UserBlocksAvail); in copy_posix_fs_info_to_kstatfs()
4949 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) { in CIFSSMBQFSPosixInfo()4953 le64_to_cpu(response_data->UserBlocksAvail); in CIFSSMBQFSPosixInfo()