Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ksmbd/
A Dsmb_common.h277 __le64 AllocationSize; member
298 __le64 AllocationSize; member
313 __le64 AllocationSize; member
331 __le64 AllocationSize; member
351 __le64 AllocationSize; member
A Dsmb2pdu.h121 __le64 AllocationSize; member
342 __le64 AllocationSize; member
349 __le64 AllocationSize; member
362 __le64 AllocationSize; member
435 __le64 AllocationSize; member
A Dsmb2pdu.c2133 rsp->AllocationSize = cpu_to_le64(0); in create_smb2_pipe()
3100 alloc_size = le64_to_cpu(az_req->AllocationSize); in smb2_open()
3156 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_open()
4064 sinfo->AllocationSize = cpu_to_le64(4096); in get_standard_info_pipe()
4364 sinfo->AllocationSize = cpu_to_le64(get_allocation_size(inode, &stat)); in get_file_standard_info()
4428 file_info->AllocationSize = in get_file_all_info()
4617 file_info->AllocationSize = in get_file_network_open_info()
4726 file_info->AllocationSize = cpu_to_le64(inode->i_blocks << 9); in find_file_posix_info()
5262 rsp->AllocationSize = 0; in smb2_close_pipe()
5346 rsp->AllocationSize = S_ISDIR(inode->i_mode) ? 0 : in smb2_close()
[all …]
A Dvfs.c1643 info->AllocationSize = 0; in ksmbd_vfs_init_kstat()
1646 info->AllocationSize = cpu_to_le64(kstat->blocks << 9); in ksmbd_vfs_init_kstat()
/linux-6.3-rc2/fs/cifs/
A Dsmb2pdu.h346 __le64 AllocationSize; member
368 __le64 AllocationSize; member
404 __le64 AllocationSize; member
A Dcifspdu.h857 __le64 AllocationSize; member
890 __le64 AllocationSize; member
911 __le64 AllocationSize; member
2273 __le64 AllocationSize; member
2294 __le64 AllocationSize; member
2354 __le32 AllocationSize; member
2500 __le64 AllocationSize; member
2514 __le64 AllocationSize; member
2529 __le64 AllocationSize; member
2546 __le64 AllocationSize; member
[all …]
A Dreaddir.c242 fattr->cf_bytes = le64_to_cpu(info->AllocationSize); in cifs_posix_to_fattr()
291 fattr->cf_bytes = le64_to_cpu(fi->AllocationSize); in __dir_info_to_fattr()
333 fattr->cf_bytes = le32_to_cpu(info->AllocationSize); in cifs_std_info_to_fattr()
A Dcifssmb.c1120 pfile_info->AllocationSize = in SMBLegacyOpen()
1122 pfile_info->EndOfFile = pfile_info->AllocationSize; in SMBLegacyOpen()
1185 req->AllocationSize = 0; in CIFS_open()
1244 buf->AllocationSize = rsp->AllocationSize; in CIFS_open()
3611 data->AllocationSize = in SMBQueryInformation()
3613 data->EndOfFile = data->AllocationSize; in SMBQueryInformation()
A Dinode.c664 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
720 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
A Dsmb2pdu.c3019 buf->AllocationSize = rsp->AllocationSize; in SMB2_open()
A Dsmb2ops.c1346 if (le64_to_cpu(file_inf.AllocationSize) > 4096) in smb2_close_getattr()
1348 (512 - 1 + le64_to_cpu(file_inf.AllocationSize)) >> 9; in smb2_close_getattr()
/linux-6.3-rc2/fs/smbfs_common/
A Dsmb2pdu.h684 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1156 __le64 AllocationSize; member
1563 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
1593 __le64 AllocationSize; member

Completed in 80 milliseconds