Searched refs:UserBlocksAvail (Results 1 – 5 of 5) sorted by relevance
402 __le64 UserBlocksAvail; /* bavail */ member
5059 info->UserBlocksAvail = cpu_to_le64(stfs.f_bavail); in smb2_get_info_filesystem()
2195 __le64 UserBlocksAvail; /* bavail */ member
5148 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) in copy_posix_fs_info_to_kstatfs()5151 kst->f_bavail = le64_to_cpu(response_data->UserBlocksAvail); in copy_posix_fs_info_to_kstatfs()
5374 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) { in CIFSSMBQFSPosixInfo()5378 le64_to_cpu(response_data->UserBlocksAvail); in CIFSSMBQFSPosixInfo()
Completed in 52 milliseconds