Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c375 if (of->f_flags & SMB_OFLAGS_SET_DELETE_ON_CLOSE) { in smb_ofile_close()
1192 of->f_flags |= SMB_OFLAGS_SET_DELETE_ON_CLOSE; in smb_ofile_set_delete_on_close()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1239 #define SMB_OFLAGS_SET_DELETE_ON_CLOSE 0x0004 macro