Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dvfs.h70 #define CREATE_OPTION_READONLY 0x10000000 macro
/Linux-v5.15/fs/cifs/
Ddir.c301 create_options |= CREATE_OPTION_READONLY; in cifs_do_create()
Dcifspdu.h364 #define CREATE_OPTION_READONLY 0x10000000 macro
Dcifssmb.c1153 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1276 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()
Dsmb2pdu.c2717 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()