Home
last modified time | relevance | path

Searched refs:SMBV_CREATE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_usr.c139 vspec.flags |= SMBV_CREATE; in smb_usr_lookup()
174 vspec.flags |= SMBV_CREATE; in smb_usr_opensession()
H A Dsmb_conn.h76 #define SMBV_CREATE 0x0100 /* lookup for create operation */ macro
H A Dsmb_conn.c194 if (error == 0 || (vcspec->flags & SMBV_CREATE) == 0) { in smb_sm_lookup()