Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A 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 …]
H A Dsmb2pdu.h823 __le64 AllocationSize; member
1247 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1706 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1736 __le64 AllocationSize; member
1774 __le64 AllocationSize; member
1798 __le64 AllocationSize; member
H A 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()
H A 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()
H A Dinode.c629 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
685 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
H A Dsmb2ops.c1459 if (le64_to_cpu(file_inf.AllocationSize) > 4096) in smb2_close_getattr()
1461 (512 - 1 + le64_to_cpu(file_inf.AllocationSize)) >> 9; in smb2_close_getattr()
H A Dsmb2pdu.c2906 buf->AllocationSize = rsp->AllocationSize; in SMB2_open()