Home
last modified time | relevance | path

Searched refs:FILE_SUPERSEDE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c585 if ((op->create_disposition == FILE_SUPERSEDE) || in smb_open_subr()
606 if (op->create_disposition == FILE_SUPERSEDE) in smb_open_subr()
662 case FILE_SUPERSEDE: in smb_open_subr()
983 (op->create_disposition != FILE_SUPERSEDE) && in smb_open_attr_only()
993 if ((op->create_disposition == FILE_SUPERSEDE) || in smb_open_overwrite()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb.h972 #define FILE_SUPERSEDE 0x00000000 macro