Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_open_andx.c257 if (op->omode & SMB_DA_WRITE_THROUGH) in smb_com_open()
402 if (op->omode & SMB_DA_WRITE_THROUGH) in smb_com_open_andx()
558 if (op->omode & SMB_DA_WRITE_THROUGH) in smb_com_trans2_open2()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb.h597 #define SMB_DA_WRITE_THROUGH 0x4000 macro