Home
last modified time | relevance | path

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

/linux/fs/smb/server/ !
H A Dvfs.h32 #define CREATE_OPTION_READONLY 0x10000000 macro
/linux/fs/smb/client/ !
H A Ddir.c339 create_options |= CREATE_OPTION_READONLY;
H A Dsmb1pdu.h294 #define CREATE_OPTION_READONLY 0x10000000 macro
H A Dcifssmb.c1284 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1409 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()
H A Dsmb2pdu.c3091 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()