Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcifssmb.c1027 ofun = SMBOPEN_OCREATE | SMBOPEN_OTRUNC; in convert_disposition()
1039 ofun = SMBOPEN_OTRUNC; in convert_disposition()
1042 ofun = SMBOPEN_OCREATE | SMBOPEN_OTRUNC; in convert_disposition()
Dcifspdu.h150 #define SMBOPEN_OTRUNC 0x0002 macro