Home
last modified time | relevance | path

Searched refs:CREATE_OPTION_READONLY (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/cifs/
Ddir.c319 create_options |= CREATE_OPTION_READONLY; in cifs_do_create()
Dcifspdu.h375 #define CREATE_OPTION_READONLY 0x10000000 macro
Dsmb2pdu.c1332 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open()
Dcifssmb.c1217 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1344 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()