Home
last modified time | relevance | path

Searched refs:EndofFile (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/smbfs_common/
Dsmb2pdu.h1154 __le64 EndofFile; member
/linux-6.1.9/fs/ksmbd/
Dsmb2pdu.c2151 rsp->EndofFile = cpu_to_le64(0); in create_smb2_pipe()
3175 rsp->EndofFile = S_ISDIR(stat.mode) ? 0 : cpu_to_le64(stat.size); in smb2_open()
/linux-6.1.9/fs/cifs/
Dsmb2pdu.c3052 buf->EndOfFile = rsp->EndofFile; in SMB2_open()