Home
last modified time | relevance | path

Searched refs:UserBlocksAvail (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb_common.h389 __le64 UserBlocksAvail; /* bavail */ member
H A Dsmb2pdu.c5199 info->UserBlocksAvail = cpu_to_le64(stfs.f_bavail); in smb2_get_info_filesystem()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifspdu.h2232 __le64 UserBlocksAvail; /* bavail */ member
H A Dsmb2pdu.c5069 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) in copy_posix_fs_info_to_kstatfs()
5072 kst->f_bavail = le64_to_cpu(response_data->UserBlocksAvail); in copy_posix_fs_info_to_kstatfs()
H A Dcifssmb.c5487 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) { in CIFSSMBQFSPosixInfo()
5491 le64_to_cpu(response_data->UserBlocksAvail); in CIFSSMBQFSPosixInfo()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifspdu.h2182 __le64 UserBlocksAvail; /* bavail */ member
H A Dsmb2pdu.c5513 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) in copy_posix_fs_info_to_kstatfs()
5516 kst->f_bavail = le64_to_cpu(response_data->UserBlocksAvail); in copy_posix_fs_info_to_kstatfs()
H A Dcifssmb.c4954 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) { in CIFSSMBQFSPosixInfo()
4958 le64_to_cpu(response_data->UserBlocksAvail); in CIFSSMBQFSPosixInfo()

Completed in 51 milliseconds