Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
Dvfs.h34 #define CREATE_OPTION_SPECIAL 0x20000000 macro
/linux-6.12.1/fs/smb/client/
Dcifspdu.h353 #define CREATE_OPTION_SPECIAL 0x20000000 /* system. NB not sent over wire */ macro
Dcifssmb.c1083 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1199 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()
Dsmb2pdu.c3032 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()
Dsmb2ops.c5172 CREATE_OPTION_SPECIAL, ACL_NO_MODE); in __cifs_sfu_make_node()