Home
last modified time | relevance | path

Searched refs:AllocationSize (Results 1 – 13 of 13) sorted by relevance

/linux/fs/smb/common/
H A Dfscc.h200 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
238 __le64 AllocationSize; member
257 __le64 AllocationSize; member
277 __le64 AllocationSize; member
293 __le64 AllocationSize; member
329 __le64 AllocationSize;
H A Dsmb2pdu.h728 __le64 AllocationSize;
1211 __le64 AllocationSize; member
1626 __le64 AllocationSize; member
/linux/fs/smb/server/
H A Dsmb2pdu.h74 __le64 AllocationSize; member
203 __le64 AllocationSize; member
216 __le64 AllocationSize; member
289 __le64 AllocationSize; member
H A Dsmb2pdu.c2334 rsp->AllocationSize = cpu_to_le64(0); in create_smb2_pipe()
3560 alloc_size = le64_to_cpu(az_req->AllocationSize); in smb2_open()
3644 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_open()
4098 posix_info->AllocationSize = cpu_to_le64(ksmbd_kstat->kstat->blocks << 9); in smb2_populate_readdir_entry()
4633 sinfo->AllocationSize = cpu_to_le64(4096); in get_standard_info_pipe()
4934 sinfo->AllocationSize = cpu_to_le64(stat.blocks << 9); in get_file_standard_info()
4937 sinfo->AllocationSize = cpu_to_le64(fp->stream.size); in get_file_standard_info()
5016 file_info->AllocationSize = in get_file_all_info()
5020 file_info->AllocationSize = cpu_to_le64(fp->stream.size); in get_file_all_info()
5225 file_info->AllocationSize = cpu_to_le64(stat.blocks << 9); in get_file_network_open_info()
[all …]
H A Dvfs.c1604 info->AllocationSize = 0; in ksmbd_vfs_init_kstat()
1607 info->AllocationSize = cpu_to_le64(kstat->blocks << 9); in ksmbd_vfs_init_kstat()
/linux/fs/smb/client/
H A Dsmb2pdu.h243 __le64 AllocationSize; member
282 __le64 AllocationSize; member
H A Dsmb1ops.c589 fi.AllocationSize = cpu_to_le64(le32_to_cpu(di->AllocationSize)); in cifs_query_path_info()
600 fi.AllocationSize = di->AllocationSize; in cifs_query_path_info()
H A Dreaddir.c252 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in cifs_posix_to_fattr()
296 fattr->cf_bytes = le64_to_cpu(fi->AllocationSize); in __dir_info_to_fattr()
340 fattr->cf_bytes = le32_to_cpu(info->AllocationSize); in cifs_std_info_to_fattr()
H A Dcifssmb.c1324 pfile_info->AllocationSize = in SMBLegacyOpen()
1326 pfile_info->EndOfFile = pfile_info->AllocationSize; in SMBLegacyOpen()
1391 req->AllocationSize = 0; in CIFS_open()
1452 buf->AllocationSize = rsp->AllocationSize; in CIFS_open()
4017 data->AllocationSize = in SMBQueryInformation()
4019 data->EndOfFile = data->AllocationSize; in SMBQueryInformation()
H A Dsmb2inode.c575 idata->fi.AllocationSize = create_rsp->AllocationSize; in smb2_compound_op()
H A Dinode.c860 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in smb311_posix_info_to_fattr()
913 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in cifs_open_info_to_fattr()
H A Dsmb2pdu.c3351 buf->AllocationSize = rsp->AllocationSize; in SMB2_open()
H A Dsmb2ops.c1535 asize = le64_to_cpu(file_inf.AllocationSize); in smb2_close_getattr()