Home
last modified time | relevance | path

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

/linux/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.h161 __le64 AllocationSize; member
786 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
833 __le64 AllocationSize; member
840 __le64 AllocationSize; member
853 __le64 AllocationSize; member
928 __le64 AllocationSize; member
954 __le64 AllocationSize; member
A Dsmb2pdu.c2126 rsp->AllocationSize = cpu_to_le64(0); in create_smb2_pipe()
3097 alloc_size = le64_to_cpu(az_req->AllocationSize); in smb2_open()
3152 rsp->AllocationSize = S_ISDIR(stat.mode) ? 0 : in smb2_open()
4053 sinfo->AllocationSize = cpu_to_le64(4096); in get_standard_info_pipe()
4353 sinfo->AllocationSize = cpu_to_le64(get_allocation_size(inode, &stat)); in get_file_standard_info()
4417 file_info->AllocationSize = in get_file_all_info()
4606 file_info->AllocationSize = in get_file_network_open_info()
4711 file_info->AllocationSize = cpu_to_le64(inode->i_blocks << 9); in find_file_posix_info()
5232 rsp->AllocationSize = 0; in smb2_close_pipe()
5316 rsp->AllocationSize = S_ISDIR(inode->i_mode) ? 0 : in smb2_close()
[all …]
A 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/fs/cifs/
A Dsmb2pdu.h866 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
896 __le64 AllocationSize; member
918 __le64 AllocationSize; member
952 __le64 AllocationSize; member
976 __le64 AllocationSize; member
A 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
2511 __le64 AllocationSize; member
2525 __le64 AllocationSize; member
2540 __le64 AllocationSize; member
2557 __le64 AllocationSize; member
[all …]
A 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()
A 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()
A Dinode.c617 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
673 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
A Dsmb2pdu.c2976 buf->AllocationSize = rsp->AllocationSize; in SMB2_open()
A 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()
/linux/fs/smbfs_common/
A Dsmb2pdu.h629 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */ member
977 __le64 AllocationSize; member

Completed in 85 milliseconds