Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2pdu.h686 __le32 CreateOptions; member
Dcifspdu.h905 __le32 CreateOptions; member
Dsmb2pdu.c2306 req->CreateOptions = cpu_to_le32(CREATE_NOT_FILE); in smb311_posix_mkdir()
2441 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
Dcifssmb.c1467 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()