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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifspdu.h842 __le64 AllocationSize; member in struct:smb_com_open_req
875 __le64 AllocationSize; member in struct:smb_com_open_rsp
896 __le64 AllocationSize; member in struct:smb_com_open_rsp_ext
2130 __le64 AllocationSize; member in struct:__anon16571
2198 __le32 AllocationSize; member in struct:__anon16576
2213 __le64 AllocationSize; /* Note old Samba srvr rounds this up too much */ member in struct:file_allocation_info
2343 __le64 AllocationSize; member in struct:__anon16581
2357 __le64 AllocationSize; member in struct:__anon16582
2372 __le64 AllocationSize; member in struct:__anon16583
2389 __le64 AllocationSize; member in struct:__anon16584
2408 __le32 AllocationSize; member in struct:__anon16585
[all...]
H A Dreaddir.c161 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
184 fattr->cf_bytes = le32_to_cpu(info->AllocationSize);
H A Dcifssmb.c1208 pfile_info->AllocationSize =
1210 pfile_info->EndOfFile = pfile_info->AllocationSize;
1264 pSMB->AllocationSize = 0;
1311 pfile_info->AllocationSize = pSMBr->AllocationSize;
3253 pFinfo->AllocationSize =
3255 pFinfo->EndOfFile = pFinfo->AllocationSize;
H A Dinode.c485 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);

Completed in 104 milliseconds