Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dsmb2pdu.h1237 __le32 CreateOptions; member
/linux/fs/smb/client/
H A Dcifspdu.h901 __le32 CreateOptions; member
H A Dsmb2pdu.c2880 req->CreateOptions = cpu_to_le32(CREATE_NOT_FILE); in smb311_posix_mkdir()
3040 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
H A Dcifssmb.c1250 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()