Home
last modified time | relevance | path

Searched refs:FILE_OPEN_FOR_BACKUP_INTENT (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_create_andx.c259 op->create_options |= FILE_OPEN_FOR_BACKUP_INTENT; in smb_com_nt_create_andx()
261 if (op->create_options & FILE_OPEN_FOR_BACKUP_INTENT) in smb_com_nt_create_andx()
H A Dsmb_nt_transact_create.c168 op->create_options |= FILE_OPEN_FOR_BACKUP_INTENT; in smb_nt_transact_create()
170 if (op->create_options & FILE_OPEN_FOR_BACKUP_INTENT) in smb_nt_transact_create()
H A Dsmb_ofile.c211 of->f_cr = (op->create_options & FILE_OPEN_FOR_BACKUP_INTENT) ? in smb_ofile_open()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dntifs.h184 #define FILE_OPEN_FOR_BACKUP_INTENT 0x00004000 macro