Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c898 if ((fhp->fh_flags & SMBFH_VALID) == 0) in smb_fh_gone()
966 fhp->fh_flags |= SMBFH_VALID; in smb_fh_opened()
H A Dsmb_conn.h99 #define SMBFH_VALID 0x0002 /* FID is valid */ macro