Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dfscc.h221 __le64 UserBlocksAvail; /* bavail */ member
/linux/fs/smb/client/
H A Dsmb2pdu.c5998 if (response_data->UserBlocksAvail == cpu_to_le64(-1)) in copy_posix_fs_info_to_kstatfs()
6001 kst->f_bavail = le64_to_cpu(response_data->UserBlocksAvail); in copy_posix_fs_info_to_kstatfs()
/linux/fs/smb/server/
H A Dsmb2pdu.c5660 info->UserBlocksAvail = cpu_to_le64(stfs.f_bavail); in smb2_get_info_filesystem()