Lines Matching refs:AllocationSize
2293 rsp->AllocationSize = cpu_to_le64(0); in create_smb2_pipe()
3482 alloc_size = le64_to_cpu(az_req->AllocationSize); in smb2_open()
3559 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_open()
3984 posix_info->AllocationSize = cpu_to_le64(ksmbd_kstat->kstat->blocks << 9); in smb2_populate_readdir_entry()
4501 sinfo->AllocationSize = cpu_to_le64(4096); in get_standard_info_pipe()
4786 sinfo->AllocationSize = cpu_to_le64(stat.blocks << 9); in get_file_standard_info()
4850 file_info->AllocationSize = in get_file_all_info()
5049 file_info->AllocationSize = cpu_to_le64(stat.blocks << 9); in get_file_network_open_info()
5163 file_info->AllocationSize = cpu_to_le64(stat.blocks << 9); in find_file_posix_info()
5687 rsp->AllocationSize = 0; in smb2_close_pipe()
5780 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_close()
5794 rsp->AllocationSize = 0; in smb2_close()
6090 alloc_blks = (le64_to_cpu(file_alloc_info->AllocationSize) + 511) >> 9; in set_file_allocation_info()