Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dcifspdu.h901 __le64 AllocationSize; member
934 __le64 AllocationSize; member
955 __le64 AllocationSize; member
2320 __le64 AllocationSize; member
2338 __le64 AllocationSize; member
2398 __le32 AllocationSize; member
2413 __le64 AllocationSize; /* Note old Samba srvr rounds this up too much */ member
2543 __le64 AllocationSize; member
2557 __le64 AllocationSize; member
2572 __le64 AllocationSize; member
[all …]
Dsmb2pdu.h815 __le64 AllocationSize; member
1239 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1698 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1728 __le64 AllocationSize; member
1766 __le64 AllocationSize; member
1790 __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.c627 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
683 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
Dsmb2ops.c1453 if (le64_to_cpu(file_inf.AllocationSize) > 4096) in smb2_close_getattr()
1455 (512 - 1 + le64_to_cpu(file_inf.AllocationSize)) >> 9; in smb2_close_getattr()
Dsmb2pdu.c2887 buf->AllocationSize = rsp->AllocationSize; in SMB2_open()