Searched refs:smb_fh (Results 1 – 5 of 5) sorted by relevance
361 typedef struct smb_fh { struct375 #define CPTOFH(cp) ((struct smb_fh *)((void *)(cp))) argument402 struct smb_fh *sd_fh; /* Reference to FH, if any */518 int smb_fh_create(smb_share_t *ssp, struct smb_fh **fhpp);519 void smb_fh_opened(struct smb_fh *fhp);520 void smb_fh_close(struct smb_fh *fhp);521 void smb_fh_hold(struct smb_fh *fhp);522 void smb_fh_rele(struct smb_fh *fhp);
868 smb_fh_hold(struct smb_fh *fhp) in smb_fh_hold()874 smb_fh_rele(struct smb_fh *fhp) in smb_fh_rele()880 smb_fh_close(struct smb_fh *fhp) in smb_fh_close()894 struct smb_fh *fhp = CPTOFH(cp); in smb_fh_gone()923 struct smb_fh *fhp = CPTOFH(cp); in smb_fh_free()935 smb_fh_create(smb_share_t *ssp, struct smb_fh **fhpp) in smb_fh_create()938 struct smb_fh *fhp; in smb_fh_create()940 fhp = kmem_zalloc(sizeof (struct smb_fh), KM_SLEEP); in smb_fh_create()960 smb_fh_opened(struct smb_fh *fhp) in smb_fh_opened()
106 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()
536 struct smb_fh *fhp; in nsmb_close2()
133 struct smb_fh *f_fhp;