Searched refs:sd_fh (Results 1 – 3 of 3) sorted by relevance
114 if ((fhp = sdp->sd_fh) == NULL) in smb_usr_xnp()220 if ((fhp = sdp->sd_fh) == NULL) in smb_usr_rw()296 if (sdp->sd_fh != NULL) in smb_usr_ntcreate()340 sdp->sd_fh = fhp; in smb_usr_ntcreate()380 if (sdp->sd_fh != NULL) in smb_usr_printjob()443 sdp->sd_fh = fhp; in smb_usr_printjob()466 if ((fhp = sdp->sd_fh) == NULL) in smb_usr_closefh()468 sdp->sd_fh = NULL; in smb_usr_closefh()
538 fhp = sdp->sd_fh; in nsmb_close2()
402 struct smb_fh *sd_fh; /* Reference to FH, if any */ member