Home
last modified time | relevance | path

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

/linux-3.4.99/fs/cifs/
Ddir.c245 create_options |= CREATE_OPTION_READONLY; in cifs_create()
Dcifspdu.h371 #define CREATE_OPTION_READONLY 0x10000000 macro
Dcifssmb.c1257 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1369 if (create_options & CREATE_OPTION_READONLY) in CIFSSMBOpen()