Home
last modified time | relevance | path

Searched refs:create_options (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/cifs/
Ddir.c141 int create_options = CREATE_NOT_DIR; in cifs_create() local
242 create_options |= CREATE_OPTION_READONLY; in cifs_create()
246 desiredAccess, create_options, in cifs_create()
255 desiredAccess, create_options, in cifs_create()
Dcifssmb.c1171 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen() argument
1215 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1220 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1278 const int access_flags, const int create_options, __u16 *netfid, in CIFSSMBOpen() argument
1321 if (create_options & CREATE_OPTION_SPECIAL) in CIFSSMBOpen()
1332 if (create_options & CREATE_OPTION_READONLY) in CIFSSMBOpen()
1337 pSMB->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFSSMBOpen()