Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h1251 __le64 EndofFile; member
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c2298 rsp->EndofFile = cpu_to_le64(0); in create_smb2_pipe()
3565 rsp->EndofFile = S_ISDIR(stat.mode) ? 0 : cpu_to_le64(stat.size); in smb2_open()
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c3266 buf->EndOfFile = rsp->EndofFile; in SMB2_open()