Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dvfs.h34 #define CREATE_OPTION_SPECIAL 0x20000000 macro
/openbmc/linux/fs/smb/client/
H A Dcifspdu.h353 #define CREATE_OPTION_SPECIAL 0x20000000 /* system. NB not sent over wire */ macro
H A Dcifssmb.c1081 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1197 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()
H A Dsmb2ops.c5053 CREATE_OPTION_SPECIAL, ACL_NO_MODE); in __cifs_sfu_make_node()
H A Dsmb2pdu.c3021 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()