Lines Matching refs:AllocationSize
2325 rsp->AllocationSize = cpu_to_le64(0); in create_smb2_pipe()
3541 alloc_size = le64_to_cpu(az_req->AllocationSize); in smb2_open()
3627 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_open()
4058 posix_info->AllocationSize = cpu_to_le64(ksmbd_kstat->kstat->blocks << 9); in smb2_populate_readdir_entry()
4592 sinfo->AllocationSize = cpu_to_le64(4096); in get_standard_info_pipe()
4878 sinfo->AllocationSize = cpu_to_le64(stat.blocks << 9); in get_file_standard_info()
4881 sinfo->AllocationSize = cpu_to_le64(fp->stream.size); in get_file_standard_info()
4947 file_info->AllocationSize = in get_file_all_info()
4951 file_info->AllocationSize = cpu_to_le64(fp->stream.size); in get_file_all_info()
5154 file_info->AllocationSize = cpu_to_le64(stat.blocks << 9); in get_file_network_open_info()
5157 file_info->AllocationSize = cpu_to_le64(fp->stream.size); in get_file_network_open_info()
5277 file_info->AllocationSize = cpu_to_le64(stat.blocks << 9); in find_file_posix_info()
5280 file_info->AllocationSize = cpu_to_le64(fp->stream.size); in find_file_posix_info()
5825 rsp->AllocationSize = 0; in smb2_close_pipe()
5920 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_close()
5934 rsp->AllocationSize = 0; in smb2_close()
6223 alloc_blks = (le64_to_cpu(file_alloc_info->AllocationSize) + 511) >> 9; in set_file_allocation_info()