Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb_common.h324 __le64 AllocationSize; member
345 __le64 AllocationSize; member
360 __le64 AllocationSize; member
378 __le64 AllocationSize; member
398 __le64 AllocationSize; member
Dsmb2pdu.h610 __le64 AllocationSize; member
688 __le64 AllocationSize; member
799 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1453 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1500 __le64 AllocationSize; member
1507 __le64 AllocationSize; member
1520 __le64 AllocationSize; member
1595 __le64 AllocationSize; member
1621 __le64 AllocationSize; member
Dsmb2pdu.c2108 rsp->AllocationSize = cpu_to_le64(0); in create_smb2_pipe()
3076 alloc_size = le64_to_cpu(az_req->AllocationSize); in smb2_open()
3131 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_open()
3525 posix_info->AllocationSize = cpu_to_le64(ksmbd_kstat->kstat->blocks << 9); in smb2_populate_readdir_entry()
4027 sinfo->AllocationSize = cpu_to_le64(4096); in get_standard_info_pipe()
4323 sinfo->AllocationSize = cpu_to_le64(get_allocation_size(inode, &stat)); in get_file_standard_info()
4387 file_info->AllocationSize = in get_file_all_info()
4574 file_info->AllocationSize = in get_file_network_open_info()
4679 file_info->AllocationSize = cpu_to_le64(inode->i_blocks << 9); in find_file_posix_info()
5193 rsp->AllocationSize = 0; in smb2_close_pipe()
[all …]
Dvfs.c1629 info->AllocationSize = 0; in ksmbd_vfs_init_kstat()
1632 info->AllocationSize = cpu_to_le64(kstat->blocks << 9); in ksmbd_vfs_init_kstat()
/Linux-v5.15/fs/cifs/
Dcifspdu.h868 __le64 AllocationSize; member
901 __le64 AllocationSize; member
922 __le64 AllocationSize; member
2288 __le64 AllocationSize; member
2306 __le64 AllocationSize; member
2366 __le32 AllocationSize; member
2381 __le64 AllocationSize; /* Note old Samba srvr rounds this up too much */ member
2511 __le64 AllocationSize; member
2525 __le64 AllocationSize; member
2540 __le64 AllocationSize; member
[all …]
Dsmb2pdu.h847 __le64 AllocationSize; member
1271 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1751 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1781 __le64 AllocationSize; member
1803 __le64 AllocationSize; member
1837 __le64 AllocationSize; member
1861 __le64 AllocationSize; member
Dreaddir.c241 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in cifs_posix_to_fattr()
290 fattr->cf_bytes = le64_to_cpu(fi->AllocationSize); in __dir_info_to_fattr()
332 fattr->cf_bytes = le32_to_cpu(info->AllocationSize); in cifs_std_info_to_fattr()
Dcifssmb.c1193 pfile_info->AllocationSize = in SMBLegacyOpen()
1195 pfile_info->EndOfFile = pfile_info->AllocationSize; in SMBLegacyOpen()
1258 req->AllocationSize = 0; in CIFS_open()
1317 buf->AllocationSize = rsp->AllocationSize; in CIFS_open()
3987 data->AllocationSize = in SMBQueryInformation()
3989 data->EndOfFile = data->AllocationSize; in SMBQueryInformation()
Dinode.c617 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
673 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
Dsmb2pdu.c2963 buf->AllocationSize = rsp->AllocationSize; in SMB2_open()
Dsmb2ops.c1556 if (le64_to_cpu(file_inf.AllocationSize) > 4096) in smb2_close_getattr()
1558 (512 - 1 + le64_to_cpu(file_inf.AllocationSize)) >> 9; in smb2_close_getattr()