Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dfscc.h24 __le64 AllocationSize; member
43 __le64 AllocationSize; member
58 __le64 AllocationSize; member
74 __le64 AllocationSize; member
90 __le64 AllocationSize;
H A Dsmb2pdu.h726 __le64 AllocationSize;
1225 __le64 AllocationSize; member
1849 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1879 __le64 AllocationSize; member
/linux/fs/smb/server/
H A Dsmb2pdu.h74 __le64 AllocationSize; member
212 __le64 AllocationSize; member
225 __le64 AllocationSize; member
298 __le64 AllocationSize; member
H A Dsmb_common.h132 __le64 AllocationSize; member
H A Dsmb2pdu.c2335 rsp->AllocationSize = cpu_to_le64(0); in create_smb2_pipe()
3564 alloc_size = le64_to_cpu(az_req->AllocationSize); in smb2_open()
3648 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_open()
4080 posix_info->AllocationSize = cpu_to_le64(ksmbd_kstat->kstat->blocks << 9); in smb2_populate_readdir_entry()
4615 sinfo->AllocationSize = cpu_to_le64(4096); in get_standard_info_pipe()
4909 sinfo->AllocationSize = cpu_to_le64(stat.blocks << 9); in get_file_standard_info()
4912 sinfo->AllocationSize = cpu_to_le64(fp->stream.size); in get_file_standard_info()
4991 file_info->AllocationSize = in get_file_all_info()
4995 file_info->AllocationSize = cpu_to_le64(fp->stream.size); in get_file_all_info()
5200 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 Dsmb1pdu.h737 __le64 AllocationSize; member
772 __le64 AllocationSize; member
793 __le64 AllocationSize; member
1984 __le64 AllocationSize; member
1999 __le64 AllocationSize; member
2059 __le32 AllocationSize; member
2074 __le64 AllocationSize; /* Note old Samba srvr rounds this up too much */ member
2206 __le32 AllocationSize; member
H A Dsmb1ops.c592 fi.AllocationSize = cpu_to_le64(le32_to_cpu(di->AllocationSize)); in cifs_query_path_info()
603 fi.AllocationSize = di->AllocationSize; in cifs_query_path_info()
H A Dreaddir.c251 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in cifs_posix_to_fattr()
295 fattr->cf_bytes = le64_to_cpu(fi->AllocationSize); in __dir_info_to_fattr()
339 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()
4016 data->AllocationSize = in SMBQueryInformation()
4018 data->EndOfFile = data->AllocationSize; in SMBQueryInformation()
H A Dsmb2inode.c686 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.c3341 buf->AllocationSize = rsp->AllocationSize; in SMB2_open()
H A Dsmb2ops.c1524 asize = le64_to_cpu(file_inf.AllocationSize); in smb2_close_getattr()