Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2pdu.h798 __le32 CreateOptions; member
H A Dcifspdu.h910 __le32 CreateOptions; member
H A Dsmb2pdu.c2538 req->CreateOptions = cpu_to_le32(CREATE_NOT_FILE); in smb311_posix_mkdir()
2675 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
H A Dcifssmb.c1394 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()