Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h347 struct smb_connobj fh_co; /* keep first! See CPTOSS */ member
354 #define fh_lock fh_co.co_lock
355 #define fh_flags fh_co.co_flags
361 #define FHTOCP(fhp) (&(fhp)->fh_co)
362 #define FHTOSS(fhp) CPTOSS(((fhp)->fh_co.co_parent))
H A Dsmb_conn.c938 fhp->fh_co.co_free = smb_fh_free; in smb_fh_create()
939 fhp->fh_co.co_gone = smb_fh_gone; in smb_fh_create()