Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Ddir.c573 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_mknod()
Dcifspdu.h376 #define CREATE_OPTION_SPECIAL 0x20000000 /* system. NB not sent over wire */ macro
Dsmb2pdu.c1334 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open()
Dcifssmb.c1212 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1332 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()