Searched refs:UserBlocksAvail (Results 1 – 5 of 5) sorted by relevance
391 __le64 UserBlocksAvail; /* bavail */ member
5635 info->UserBlocksAvail = cpu_to_le64(stfs.f_bavail); in smb2_get_info_filesystem()
2191 __le64 UserBlocksAvail; /* bavail */ member
5840 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) in copy_posix_fs_info_to_kstatfs()5843 kst->f_bavail = le64_to_cpu(response_data->UserBlocksAvail); in copy_posix_fs_info_to_kstatfs()
5155 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) { in CIFSSMBQFSPosixInfo()5159 le64_to_cpu(response_data->UserBlocksAvail); in CIFSSMBQFSPosixInfo()
Completed in 51 milliseconds