Lines Matching refs:AllocationSize
2325 rsp->AllocationSize = cpu_to_le64(0); in create_smb2_pipe()
3538 alloc_size = le64_to_cpu(az_req->AllocationSize); in smb2_open()
3624 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_open()
4055 posix_info->AllocationSize = cpu_to_le64(ksmbd_kstat->kstat->blocks << 9); in smb2_populate_readdir_entry()
4589 sinfo->AllocationSize = cpu_to_le64(4096); in get_standard_info_pipe()
4875 sinfo->AllocationSize = cpu_to_le64(stat.blocks << 9); in get_file_standard_info()
4878 sinfo->AllocationSize = cpu_to_le64(fp->stream.size); in get_file_standard_info()
4944 file_info->AllocationSize = in get_file_all_info()
4948 file_info->AllocationSize = cpu_to_le64(fp->stream.size); in get_file_all_info()
5151 file_info->AllocationSize = cpu_to_le64(stat.blocks << 9); in get_file_network_open_info()
5154 file_info->AllocationSize = cpu_to_le64(fp->stream.size); in get_file_network_open_info()
5274 file_info->AllocationSize = cpu_to_le64(stat.blocks << 9); in find_file_posix_info()
5277 file_info->AllocationSize = cpu_to_le64(fp->stream.size); in find_file_posix_info()
5822 rsp->AllocationSize = 0; in smb2_close_pipe()
5917 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_close()
5931 rsp->AllocationSize = 0; in smb2_close()
6220 alloc_blks = (le64_to_cpu(file_alloc_info->AllocationSize) + 511) >> 9; in set_file_allocation_info()