Searched refs:allocation_size (Results 1 – 4 of 4) sorted by relevance
106 __u64 allocation_size; member
3977 fp->allocation_size = S_ISDIR(stat.mode) ? 0 : in smb2_open()4040 if (!S_ISDIR(stat.mode) && stat.size > fp->allocation_size) in smb2_open()4041 fp->allocation_size = round_up(stat.size, stat.blksize); in smb2_open()4042 rsp->AllocationSize = cpu_to_le64(fp->allocation_size); in smb2_open()5351 sinfo->AllocationSize = cpu_to_le64(fp->allocation_size); in get_file_standard_info()5432 file_info->AllocationSize = cpu_to_le64(fp->allocation_size); in get_file_all_info()5639 file_info->AllocationSize = cpu_to_le64(fp->allocation_size); in get_file_network_open_info()5772 file_info->AllocationSize = cpu_to_le64(fp->allocation_size); in find_file_posix_info()6488 rsp->AllocationSize = cpu_to_le64(fp->allocation_size); in smb2_close()6837 fp->allocation_size = le64_to_cpu(file_alloc_info->AllocationSize); in set_file_allocation_info()
209 loff_t allocation_size);
5955 loff_t allocation_size) in SMB2_set_allocation() argument5961 info.AllocationSize = cpu_to_le64(allocation_size); in SMB2_set_allocation()