Home
last modified time | relevance | path

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

/fs/cifs/
Dcifspdu.h906 __le64 AllocationSize; member
939 __le64 AllocationSize; member
960 __le64 AllocationSize; member
2325 __le64 AllocationSize; member
2343 __le64 AllocationSize; member
2403 __le32 AllocationSize; member
2418 __le64 AllocationSize; /* Note old Samba srvr rounds this up too much */ member
2548 __le64 AllocationSize; member
2562 __le64 AllocationSize; member
2577 __le64 AllocationSize; member
[all …]
Dsmb2pdu.h823 __le64 AllocationSize; member
1247 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1709 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1742 __le64 AllocationSize; member
1780 __le64 AllocationSize; member
1804 __le64 AllocationSize; member
Dreaddir.c255 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in cifs_posix_to_fattr()
304 fattr->cf_bytes = le64_to_cpu(fi->AllocationSize); in __dir_info_to_fattr()
346 fattr->cf_bytes = le32_to_cpu(info->AllocationSize); in cifs_std_info_to_fattr()
Dcifssmb.c1306 pfile_info->AllocationSize = in SMBLegacyOpen()
1308 pfile_info->EndOfFile = pfile_info->AllocationSize; in SMBLegacyOpen()
1371 req->AllocationSize = 0; in CIFS_open()
1430 buf->AllocationSize = rsp->AllocationSize; in CIFS_open()
4095 data->AllocationSize = in SMBQueryInformation()
4097 data->EndOfFile = data->AllocationSize; in SMBQueryInformation()
Dinode.c626 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
682 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
Dsmb2pdu.c2929 buf->AllocationSize = rsp->AllocationSize; in SMB2_open()
Dsmb2ops.c1463 if (le64_to_cpu(file_inf.AllocationSize) > 4096) in smb2_close_getattr()
1465 (512 - 1 + le64_to_cpu(file_inf.AllocationSize)) >> 9; in smb2_close_getattr()