Home
last modified time | relevance | path

Searched refs:CreateOptions (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/cifs/
Dsmb2pdu.h496 __le32 CreateOptions; member
Dcifspdu.h905 __le32 CreateOptions; member
Dsmb2pdu.c1343 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open()
Dcifssmb.c1349 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()