Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb_common.h263 __le64 AllocationSize; member
284 __le64 AllocationSize; member
299 __le64 AllocationSize; member
317 __le64 AllocationSize; member
337 __le64 AllocationSize; member
H A Dsmb2pdu.h101 __le64 AllocationSize; member
310 __le64 AllocationSize; member
317 __le64 AllocationSize; member
330 __le64 AllocationSize; member
403 __le64 AllocationSize; member
H A Dsmb2pdu.c2277 rsp->AllocationSize = cpu_to_le64(0); in create_smb2_pipe()
3465 alloc_size = le64_to_cpu(az_req->AllocationSize); in smb2_open()
3541 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_open()
4482 sinfo->AllocationSize = cpu_to_le64(4096); in get_standard_info_pipe()
4767 sinfo->AllocationSize = cpu_to_le64(stat.blocks << 9); in get_file_standard_info()
4831 file_info->AllocationSize = in get_file_all_info()
5030 file_info->AllocationSize = cpu_to_le64(stat.blocks << 9); in get_file_network_open_info()
5144 file_info->AllocationSize = cpu_to_le64(stat.blocks << 9); in find_file_posix_info()
5656 rsp->AllocationSize = 0; in smb2_close_pipe()
5749 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_close()
[all …]
H A Dvfs.c1680 info->AllocationSize = 0; in ksmbd_vfs_init_kstat()
1683 info->AllocationSize = cpu_to_le64(kstat->blocks << 9); in ksmbd_vfs_init_kstat()
/linux/fs/smb/client/
H A Dsmb2pdu.h328 __le64 AllocationSize;
351 __le64 AllocationSize; member
387 __le64 AllocationSize; member
H A Dcifspdu.h857 __le64 AllocationSize; member
892 __le64 AllocationSize; member
913 __le64 AllocationSize; member
2277 __le64 AllocationSize; member
2298 __le64 AllocationSize; member
2358 __le32 AllocationSize; member
2504 __le64 AllocationSize; member
2518 __le64 AllocationSize; member
2533 __le64 AllocationSize; member
2550 __le64 AllocationSize; member
[all …]
H A Dreaddir.c234 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in cifs_posix_to_fattr()
280 fattr->cf_bytes = le64_to_cpu(fi->AllocationSize); in __dir_info_to_fattr()
324 fattr->cf_bytes = le32_to_cpu(info->AllocationSize); in cifs_std_info_to_fattr()
H A Dcifssmb.c1128 pfile_info->AllocationSize = in SMBLegacyOpen()
1130 pfile_info->EndOfFile = pfile_info->AllocationSize; in SMBLegacyOpen()
1193 req->AllocationSize = 0; in CIFS_open()
1254 buf->AllocationSize = rsp->AllocationSize; in CIFS_open()
3597 data->AllocationSize = in SMBQueryInformation()
3599 data->EndOfFile = data->AllocationSize; in SMBQueryInformation()
H A Dinode.c718 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in smb311_posix_info_to_fattr()
777 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in cifs_open_info_to_fattr()
H A Dsmb2ops.c1456 if (le64_to_cpu(file_inf.AllocationSize) > 4096) in smb2_close_getattr()
1458 (512 - 1 + le64_to_cpu(file_inf.AllocationSize)) >> 9; in smb2_close_getattr()
H A Dsmb2pdu.c3256 buf->AllocationSize = rsp->AllocationSize; in SMB2_open()
/linux/fs/smb/common/
H A Dsmb2pdu.h720 __le64 AllocationSize;
1216 __le64 AllocationSize; member
1683 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1713 __le64 AllocationSize; member