Home
last modified time | relevance | path

Searched refs:smb_fh (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h346 typedef struct smb_fh { struct
360 #define CPTOFH(cp) ((struct smb_fh *)((void *)(cp))) argument
387 struct smb_fh *sd_fh; /* Reference to FH, if any */
503 int smb_fh_create(smb_share_t *ssp, struct smb_fh **fhpp);
504 void smb_fh_opened(struct smb_fh *fhp);
505 void smb_fh_close(struct smb_fh *fhp);
506 void smb_fh_hold(struct smb_fh *fhp);
507 void smb_fh_rele(struct smb_fh *fhp);
H A Dsmb_conn.c864 smb_fh_hold(struct smb_fh *fhp) in smb_fh_hold()
870 smb_fh_rele(struct smb_fh *fhp) in smb_fh_rele()
876 smb_fh_close(struct smb_fh *fhp) in smb_fh_close()
890 struct smb_fh *fhp = CPTOFH(cp); in smb_fh_gone()
919 struct smb_fh *fhp = CPTOFH(cp); in smb_fh_free()
931 smb_fh_create(smb_share_t *ssp, struct smb_fh **fhpp) in smb_fh_create()
934 struct smb_fh *fhp; in smb_fh_create()
936 fhp = kmem_zalloc(sizeof (struct smb_fh), KM_SLEEP); in smb_fh_create()
956 smb_fh_opened(struct smb_fh *fhp) in smb_fh_opened()
H A Dsmb_usr.c106 struct smb_fh *fhp; in smb_usr_xnp()
212 struct smb_fh *fhp; in smb_usr_rw()
285 struct smb_fh *fhp = NULL; in smb_usr_ntcreate()
363 struct smb_fh *fhp = NULL; in smb_usr_printjob()
463 struct smb_fh *fhp; in smb_usr_closefh()
H A Dsmb_dev.c536 struct smb_fh *fhp; in nsmb_close2()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.h133 struct smb_fh *f_fhp;