Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c890 struct smb_fh *fhp = CPTOFH(cp); in smb_fh_gone()
919 struct smb_fh *fhp = CPTOFH(cp); in smb_fh_free()
H A Dsmb_conn.h360 #define CPTOFH(cp) ((struct smb_fh *)((void *)(cp))) macro