Home
last modified time | relevance | path

Searched refs:smb_lavl_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h836 void smb_lavl_constructor(smb_lavl_t *,
839 void smb_lavl_destructor(smb_lavl_t *);
840 void smb_lavl_enter(smb_lavl_t *, krw_t);
841 void smb_lavl_exit(smb_lavl_t *);
842 void smb_lavl_post(smb_lavl_t *, void *, smb_dtorproc_t);
843 void smb_lavl_flush(smb_lavl_t *);
844 void smb_lavl_insert(smb_lavl_t *, void *);
845 void smb_lavl_remove(smb_lavl_t *, void *);
846 int smb_lavl_upgrade(smb_lavl_t *);
847 uint32_t smb_lavl_get_count(smb_lavl_t *);
H A Dsmb_ktypes.h394 } smb_lavl_t; typedef
1156 smb_lavl_t t_ofile_list;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c399 smb_lavl_t *la, in smb_lavl_constructor()
419 smb_lavl_t *la) in smb_lavl_destructor()
437 smb_lavl_enter(smb_lavl_t *la, krw_t mode) in smb_lavl_enter()
449 smb_lavl_post(smb_lavl_t *la, void *object, smb_dtorproc_t dtorproc) in smb_lavl_post()
471 smb_lavl_exit(smb_lavl_t *la) in smb_lavl_exit()
483 smb_lavl_flush(smb_lavl_t *la) in smb_lavl_flush()
525 smb_lavl_t *la) in smb_lavl_upgrade()
546 smb_lavl_t *la, in smb_lavl_insert()
561 smb_lavl_t *la, in smb_lavl_remove()
575 smb_lavl_t *la) in smb_lavl_get_count()
H A Dsmb_flush.c80 smb_lavl_t *lavl; in smb_com_flush()
H A Dsmb_ofile.c691 smb_lavl_t *la; in smb_ofile_close_all()
932 smb_lavl_t *lavl; in smb_ofile_lookup_by_fid()
980 smb_lavl_t *lavl; in smb_ofile_lookup_by_uniqid()
H A Dsmb_tree.c459 smb_lavl_t *lavl; in smb_tree_enum()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1519 smb_lavl_t t_ofile_list;
1540 GET_OFFSET(la_off, smb_lavl_t, la_tree); in smb_tree_exp_off_ofile_avl()