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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifspdu.h726 __le64 AllocationSize; member in struct:smb_com_open_req
759 __le64 AllocationSize; member in struct:smb_com_open_rsp
1968 __le64 AllocationSize; member in struct:__anon7370
2036 __le32 AllocationSize; member in struct:__anon7375
2051 __le64 AllocationSize; /* Note old Samba srvr rounds this up too much */ member in struct:file_allocation_info
2187 __le64 AllocationSize; member in struct:__anon7380
2201 __le64 AllocationSize; member in struct:__anon7381
2216 __le64 AllocationSize; member in struct:__anon7382
2233 __le64 AllocationSize; member in struct:__anon7383
2252 __le32 AllocationSize; member in struct:__anon7384
[all...]
H A Dreaddir.c143 allocation_size = le64_to_cpu(pfindData->AllocationSize);
167 allocation_size = le32_to_cpu(pfindData->AllocationSize);
H A Dcifssmb.c1160 pfile_info->AllocationSize =
1162 pfile_info->EndOfFile = pfile_info->AllocationSize;
1216 pSMB->AllocationSize = 0;
1264 pfile_info->AllocationSize = pSMBr->AllocationSize;
3073 pFinfo->AllocationSize =
3075 pFinfo->EndOfFile = pFinfo->AllocationSize;
H A Dinode.c525 pfindData->AllocationSize)) >> 9;

Completed in 109 milliseconds