Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_create_andx.c239 if ((op->create_options & FILE_DELETE_ON_CLOSE) && in smb_com_nt_create_andx()
256 op->create_options |= FILE_DELETE_ON_CLOSE; in smb_com_nt_create_andx()
291 if (op->create_options & FILE_DELETE_ON_CLOSE) in smb_com_nt_create_andx()
H A Dsmb_nt_transact_create.c148 if ((op->create_options & FILE_DELETE_ON_CLOSE) && in smb_nt_transact_create()
165 op->create_options |= FILE_DELETE_ON_CLOSE; in smb_nt_transact_create()
200 if (op->create_options & FILE_DELETE_ON_CLOSE) in smb_nt_transact_create()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dntifs.h182 #define FILE_DELETE_ON_CLOSE 0x00001000 macro