Home
last modified time | relevance | path

Searched refs:SMBOPEN_OTRUNC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifssmb.c998 ofun = SMBOPEN_OCREATE | SMBOPEN_OTRUNC; in convert_disposition()
1010 ofun = SMBOPEN_OTRUNC; in convert_disposition()
1013 ofun = SMBOPEN_OCREATE | SMBOPEN_OTRUNC; in convert_disposition()
H A Dcifspdu.h150 #define SMBOPEN_OTRUNC 0x0002 macro