Home
last modified time | relevance | path

Searched refs:AllocationSize (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/cifs/
Dcifspdu.h901 __le64 AllocationSize; member
934 __le64 AllocationSize; member
955 __le64 AllocationSize; member
2312 __le64 AllocationSize; member
2330 __le64 AllocationSize; member
2390 __le32 AllocationSize; member
2405 __le64 AllocationSize; /* Note old Samba srvr rounds this up too much */ member
2535 __le64 AllocationSize; member
2549 __le64 AllocationSize; member
2564 __le64 AllocationSize; member
[all …]
Dsmb2pdu.h514 __le64 AllocationSize; member
787 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1170 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
Dreaddir.c201 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in cifs_dir_info_to_fattr()
225 fattr->cf_bytes = le32_to_cpu(info->AllocationSize); in cifs_std_info_to_fattr()
Dcifssmb.c1258 pfile_info->AllocationSize = in SMBLegacyOpen()
1260 pfile_info->EndOfFile = pfile_info->AllocationSize; in SMBLegacyOpen()
1326 req->AllocationSize = 0; in CIFS_open()
1384 buf->AllocationSize = rsp->AllocationSize; in CIFS_open()
4030 data->AllocationSize = in SMBQueryInformation()
4032 data->EndOfFile = data->AllocationSize; in SMBQueryInformation()
Dsmb2pdu.c1427 buf->AllocationSize = rsp->AllocationSize; in SMB2_open()
Dinode.c611 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);