Lines Matching refs:ldi_ident
127 static struct ldi_ident *ldi_ident_hash[LI_HASH_SZ];
200 static struct ldi_ident **
203 struct ldi_ident **lipp = NULL; in ident_find_ref_nolock()
222 static struct ldi_ident *
225 struct ldi_ident *lip, **lipp, *retlip; in ident_alloc()
249 kmem_free(lip, sizeof (struct ldi_ident)); in ident_alloc()
271 ident_hold(struct ldi_ident *lip) in ident_hold()
284 ident_release(struct ldi_ident *lip) in ident_release()
286 struct ldi_ident **lipp; in ident_release()
307 kmem_free(lip, sizeof (struct ldi_ident)); in ident_release()
322 handle_find_ref_nolock(vnode_t *vp, struct ldi_ident *ident) in handle_find_ref_nolock()
342 handle_find(vnode_t *vp, struct ldi_ident *ident) in handle_find()
355 handle_alloc(vnode_t *vp, struct ldi_ident *ident) in handle_alloc()
741 ldi_handle_t *lhp, struct ldi_ident *li) in ldi_open_by_vp()
1034 ldi_usage_walker_helper(struct ldi_ident *lip, vnode_t *vp, in ldi_usage_walker_helper()
1172 struct ldi_ident *lip; in ldi_usage_walker()
1378 (void) handle_alloc(vp, (struct ldi_ident *)li); in ldi_mlink_fp()
1437 lhp = handle_find(vp, (struct ldi_ident *)li); in ldi_munlink_fp()
1594 struct ldi_ident *ident = (struct ldi_ident *)li; in ldi_ident_release()
1608 ident_release((struct ldi_ident *)li); in ldi_ident_release()
1616 struct ldi_ident *lip = (struct ldi_ident *)li; in ldi_open_by_dev()
1643 struct ldi_ident *lip = (struct ldi_ident *)li; in ldi_open_by_name()
1668 struct ldi_ident *lip = (struct ldi_ident *)li; in ldi_open_by_devid()
1724 struct ldi_ident *lip = handlep->lh_ident; in ldi_close()