Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ksmbd/
Dvfs.h33 #define CREATE_OPTION_SPECIAL 0x20000000 macro
/linux-5.19.10/fs/cifs/
Dsmb1ops.c1105 CREATE_OPTION_SPECIAL); in cifs_make_node()
Dcifspdu.h353 #define CREATE_OPTION_SPECIAL 0x20000000 /* system. NB not sent over wire */ macro
Dcifssmb.c1203 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1319 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()
Dsmb2pdu.c2791 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()
Dsmb2ops.c5409 CREATE_OPTION_SPECIAL); in smb2_make_node()