Lines Matching refs:AllocationSize
2277 rsp->AllocationSize = cpu_to_le64(0); in create_smb2_pipe()
3255 alloc_size = le64_to_cpu(az_req->AllocationSize); in smb2_open()
3311 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_open()
3709 posix_info->AllocationSize = cpu_to_le64(ksmbd_kstat->kstat->blocks << 9); in smb2_populate_readdir_entry()
4220 sinfo->AllocationSize = cpu_to_le64(4096); in get_standard_info_pipe()
4498 sinfo->AllocationSize = cpu_to_le64(inode->i_blocks << 9); in get_file_standard_info()
4558 file_info->AllocationSize = in get_file_all_info()
4743 file_info->AllocationSize = in get_file_network_open_info()
4846 file_info->AllocationSize = cpu_to_le64(inode->i_blocks << 9); in find_file_posix_info()
5356 rsp->AllocationSize = 0; in smb2_close_pipe()
5441 rsp->AllocationSize = S_ISDIR(inode->i_mode) ? 0 : in smb2_close()
5455 rsp->AllocationSize = 0; in smb2_close()
5744 alloc_blks = (le64_to_cpu(file_alloc_info->AllocationSize) + 511) >> 9; in set_file_allocation_info()