Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Ddir.c623 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
Dcifssmb.c1253 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1372 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()
Dsmb2pdu.c2182 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()