Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_create_andx.c260 op->create_options |= FILE_OPEN_FOR_BACKUP_INTENT; in smb_com_nt_create_andx()
262 if (op->create_options & FILE_OPEN_FOR_BACKUP_INTENT) in smb_com_nt_create_andx()
H A Dsmb_nt_transact_create.c169 op->create_options |= FILE_OPEN_FOR_BACKUP_INTENT; in smb_nt_transact_create()
171 if (op->create_options & FILE_OPEN_FOR_BACKUP_INTENT) in smb_nt_transact_create()
H A Dsmb2_create.c199 op->create_options |= FILE_OPEN_FOR_BACKUP_INTENT; in smb2_create()
200 if (op->create_options & FILE_OPEN_FOR_BACKUP_INTENT) in smb2_create()
H A Dsmb_ofile.c211 of->f_cr = (op->create_options & FILE_OPEN_FOR_BACKUP_INTENT) ? in smb_ofile_open()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dntifs.h184 #define FILE_OPEN_FOR_BACKUP_INTENT 0x00004000 macro