smb_fh
smb_fh_hold(struct smb_fh *fhp)
smb_fh_rele(struct smb_fh *fhp)
smb_fh_close(struct smb_fh *fhp)
struct smb_fh *fhp = CPTOFH(cp);
struct smb_fh *fhp = CPTOFH(cp);
smb_fh_create(smb_share_t *ssp, struct smb_fh **fhpp)
struct smb_fh *fhp;
fhp = kmem_zalloc(sizeof (struct smb_fh), KM_SLEEP);
smb_fh_opened(struct smb_fh *fhp)
#define CPTOFH(cp) ((struct smb_fh *)((void *)(cp)))
struct smb_fh *sd_fh; /* Reference to FH, if any */
int smb_fh_create(smb_share_t *ssp, struct smb_fh **fhpp);
void smb_fh_opened(struct smb_fh *fhp);
void smb_fh_close(struct smb_fh *fhp);
void smb_fh_hold(struct smb_fh *fhp);
void smb_fh_rele(struct smb_fh *fhp);
struct smb_fh *fhp;
struct smb_fh *fhp;
struct smb_fh *fhp;
struct smb_fh *fhp = NULL;
struct smb_fh *fhp = NULL;
struct smb_fh *fhp;
struct smb_fh *f_fhp;