Home
last modified time | relevance | path

Searched refs:UserBlocksAvail (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/smb/server/
H A Dsmb_common.h389 __le64 UserBlocksAvail; /* bavail */ member
H A Dsmb2pdu.c5554 info->UserBlocksAvail = cpu_to_le64(stfs.f_bavail); in smb2_get_info_filesystem()
/openbmc/linux/fs/smb/client/
H A Dcifspdu.h2182 __le64 UserBlocksAvail; /* bavail */ member
H A Dsmb2pdu.c5728 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) in copy_posix_fs_info_to_kstatfs()
5731 kst->f_bavail = le64_to_cpu(response_data->UserBlocksAvail); in copy_posix_fs_info_to_kstatfs()
H A Dcifssmb.c4964 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) { in CIFSSMBQFSPosixInfo()
4968 le64_to_cpu(response_data->UserBlocksAvail); in CIFSSMBQFSPosixInfo()