Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
Dvfs.h32 #define CREATE_OPTION_READONLY 0x10000000 macro
/linux-6.12.1/fs/smb/client/
Ddir.c312 create_options |= CREATE_OPTION_READONLY;
Dcifspdu.h352 #define CREATE_OPTION_READONLY 0x10000000 macro
Dcifssmb.c1088 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1211 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()
Dsmb2pdu.c3030 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()