Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dcifspdu.h176 #define SMBOPEN_OAPPEND 0x0001 macro
Dcifssmb.c1254 ofun = SMBOPEN_OAPPEND; in convert_disposition()
1260 ofun = SMBOPEN_OCREATE | SMBOPEN_OAPPEND; in convert_disposition()
1270 ofun = SMBOPEN_OAPPEND; /* regular open */ in convert_disposition()