Searched refs:UserBlocksAvail (Results 1 – 5 of 5) sorted by relevance
389 __le64 UserBlocksAvail; /* bavail */ member
5500 info->UserBlocksAvail = cpu_to_le64(stfs.f_bavail); in smb2_get_info_filesystem()
2182 __le64 UserBlocksAvail; /* bavail */ member
5820 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) in copy_posix_fs_info_to_kstatfs()5823 kst->f_bavail = le64_to_cpu(response_data->UserBlocksAvail); in copy_posix_fs_info_to_kstatfs()
5006 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) { in CIFSSMBQFSPosixInfo()5010 le64_to_cpu(response_data->UserBlocksAvail); in CIFSSMBQFSPosixInfo()