Home
last modified time | relevance | path

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

/fs/cifs/
Dcifspdu.h891 __le64 AllocationSize; member
924 __le64 AllocationSize; member
945 __le64 AllocationSize; member
2207 __le64 AllocationSize; member
2275 __le32 AllocationSize; member
2290 __le64 AllocationSize; /* Note old Samba srvr rounds this up too much */ member
2420 __le64 AllocationSize; member
2434 __le64 AllocationSize; member
2449 __le64 AllocationSize; member
2466 __le64 AllocationSize; member
[all …]
Dreaddir.c161 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in cifs_dir_info_to_fattr()
185 fattr->cf_bytes = le32_to_cpu(info->AllocationSize); in cifs_std_info_to_fattr()
Dcifssmb.c1298 pfile_info->AllocationSize = in SMBLegacyOpen()
1300 pfile_info->EndOfFile = pfile_info->AllocationSize; in SMBLegacyOpen()
1354 pSMB->AllocationSize = 0; in CIFSSMBOpen()
1401 pfile_info->AllocationSize = pSMBr->AllocationSize; in CIFSSMBOpen()
4034 pFinfo->AllocationSize = in SMBQueryInformation()
4036 pFinfo->EndOfFile = pFinfo->AllocationSize; in SMBQueryInformation()
Dinode.c532 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);