Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb1.c100 mb_put_uint16le(mbp, op == SMB_LOCK_RELEASE ? 1 : 0);
101 mb_put_uint16le(mbp, op == SMB_LOCK_RELEASE ? 0 : 1);
121 if (op == SMB_LOCK_RELEASE)
H A Dsmbfs_subr.h76 #define SMB_LOCK_RELEASE 2 macro
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subr.h55 #define SMB_LOCK_RELEASE 2 macro