Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dcifspdu.h906 __le64 AllocationSize; member
939 __le64 AllocationSize; member
960 __le64 AllocationSize; member
2194 __le64 AllocationSize; member
2262 __le32 AllocationSize; member
2277 __le64 AllocationSize; /* Note old Samba srvr rounds this up too much */ member
2407 __le64 AllocationSize; member
2421 __le64 AllocationSize; member
2436 __le64 AllocationSize; member
2453 __le64 AllocationSize; member
[all …]
Dreaddir.c157 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in cifs_dir_info_to_fattr()
181 fattr->cf_bytes = le32_to_cpu(info->AllocationSize); in cifs_std_info_to_fattr()
Dcifssmb.c1261 pfile_info->AllocationSize = in SMBLegacyOpen()
1263 pfile_info->EndOfFile = pfile_info->AllocationSize; in SMBLegacyOpen()
1317 pSMB->AllocationSize = 0; in CIFSSMBOpen()
1364 pfile_info->AllocationSize = pSMBr->AllocationSize; in CIFSSMBOpen()
3312 pFinfo->AllocationSize = in SMBQueryInformation()
3314 pFinfo->EndOfFile = pFinfo->AllocationSize; in SMBQueryInformation()
Dinode.c526 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);