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

/linux-master/fs/smb/server/
H A Dsmb2pdu.h101 __le64 AllocationSize; member in struct:create_alloc_size_req
310 __le64 AllocationSize; member in struct:smb2_file_ntwrk_info
317 __le64 AllocationSize; member in struct:smb2_file_standard_info
330 __le64 AllocationSize; member in struct:smb2_file_alloc_info
403 __le64 AllocationSize; member in struct:smb2_posix_info
H A Dsmb_common.h263 __le64 AllocationSize; member in struct:file_directory_info
284 __le64 AllocationSize; member in struct:file_full_directory_info
299 __le64 AllocationSize; member in struct:file_both_directory_info
317 __le64 AllocationSize; member in struct:file_id_both_directory_info
337 __le64 AllocationSize; member in struct:file_id_full_dir_info
H A Dsmb2pdu.c2271 rsp->AllocationSize = cpu_to_le64(0);
3467 alloc_size = le64_to_cpu(az_req->AllocationSize);
3543 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 :
3968 posix_info->AllocationSize = cpu_to_le64(ksmbd_kstat->kstat->blocks << 9);
4484 sinfo->AllocationSize = cpu_to_le64(4096);
4769 sinfo->AllocationSize = cpu_to_le64(stat.blocks << 9);
4833 file_info->AllocationSize =
5032 file_info->AllocationSize = cpu_to_le64(stat.blocks << 9);
5146 file_info->AllocationSize = cpu_to_le64(stat.blocks << 9);
5658 rsp->AllocationSize
[all...]
H A Dvfs.c1675 info->AllocationSize = 0;
1678 info->AllocationSize = cpu_to_le64(kstat->blocks << 9);
/linux-master/fs/smb/client/
H A Dsmb2pdu.h328 __le64 AllocationSize;
351 __le64 AllocationSize; member in struct:smb2_file_id_extd_directory_info
387 __le64 AllocationSize; member in struct:smb2_posix_info
H A Dcifspdu.h857 __le64 AllocationSize; member in struct:smb_com_open_req
892 __le64 AllocationSize; member in struct:smb_com_open_rsp
913 __le64 AllocationSize; member in struct:smb_com_open_rsp_ext
2277 __le64 AllocationSize; member in struct:__anon62
2298 __le64 AllocationSize; member in struct:__anon64
2358 __le32 AllocationSize; member in struct:__anon69
2373 __le64 AllocationSize; /* Note old Samba srvr rounds this up too much */ member in struct:file_allocation_info
2504 __le64 AllocationSize; member in struct:__anon75
2518 __le64 AllocationSize; member in struct:__anon76
2533 __le64 AllocationSize; member in struct:__anon77
2550 __le64 AllocationSize; member in struct:__anon78
2569 __le32 AllocationSize; member in struct:__anon79
[all...]
H A Dreaddir.c234 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
280 fattr->cf_bytes = le64_to_cpu(fi->AllocationSize);
324 fattr->cf_bytes = le32_to_cpu(info->AllocationSize);
H A Dcifssmb.c1126 pfile_info->AllocationSize =
1128 pfile_info->EndOfFile = pfile_info->AllocationSize;
1191 req->AllocationSize = 0;
1252 buf->AllocationSize = rsp->AllocationSize;
3591 data->AllocationSize =
3593 data->EndOfFile = data->AllocationSize;
H A Dinode.c699 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
758 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
H A Dsmb2ops.c1456 if (le64_to_cpu(file_inf.AllocationSize) > 4096)
1458 (512 - 1 + le64_to_cpu(file_inf.AllocationSize)) >> 9;
H A Dsmb2pdu.c3254 buf->AllocationSize = rsp->AllocationSize;
/linux-master/fs/smb/common/
H A Dsmb2pdu.h720 __le64 AllocationSize;
1213 __le64 AllocationSize; member in struct:smb2_create_rsp
1680 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member in struct:smb2_file_all_info
1710 __le64 AllocationSize; member in struct:smb311_posix_qinfo

Completed in 446 milliseconds