Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c550 if ((op->create_disposition == FILE_SUPERSEDE) || in smb_open_subr()
569 if (op->create_disposition == FILE_SUPERSEDE) in smb_open_subr()
633 case FILE_SUPERSEDE: in smb_open_subr()
964 (op->create_disposition != FILE_SUPERSEDE) && in smb_open_attr_only()
974 if ((op->create_disposition == FILE_SUPERSEDE) || in smb_open_overwrite()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb.h992 #define FILE_SUPERSEDE 0x00000000 macro