Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dsmb2pdu.h790 __le32 CreateOptions; member
Dcifspdu.h905 __le32 CreateOptions; member
Dsmb2pdu.c2519 req->CreateOptions = cpu_to_le32(CREATE_NOT_FILE); in smb311_posix_mkdir()
2656 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
Dcifssmb.c1394 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()