Lines Matching refs:AllocationSize
2284 rsp->AllocationSize = cpu_to_le64(0); in create_smb2_pipe()
3276 alloc_size = le64_to_cpu(az_req->AllocationSize); in smb2_open()
3332 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_open()
3730 posix_info->AllocationSize = cpu_to_le64(ksmbd_kstat->kstat->blocks << 9); in smb2_populate_readdir_entry()
4241 sinfo->AllocationSize = cpu_to_le64(4096); in get_standard_info_pipe()
4519 sinfo->AllocationSize = cpu_to_le64(inode->i_blocks << 9); in get_file_standard_info()
4579 file_info->AllocationSize = in get_file_all_info()
4764 file_info->AllocationSize = in get_file_network_open_info()
4867 file_info->AllocationSize = cpu_to_le64(inode->i_blocks << 9); in find_file_posix_info()
5377 rsp->AllocationSize = 0; in smb2_close_pipe()
5462 rsp->AllocationSize = S_ISDIR(inode->i_mode) ? 0 : in smb2_close()
5476 rsp->AllocationSize = 0; in smb2_close()
5765 alloc_blks = (le64_to_cpu(file_alloc_info->AllocationSize) + 511) >> 9; in set_file_allocation_info()