Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb2pdu.h649 __le32 CreateOptions; member
Dcifspdu.h905 __le32 CreateOptions; member
Dsmb2pdu.c2060 req->CreateOptions = cpu_to_le32(CREATE_NOT_FILE); in smb311_posix_mkdir()
2191 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
Dcifssmb.c1389 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()