Home
last modified time | relevance | path

Searched refs:la_deleteq (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c407 list_create(&la->la_deleteq, sizeof (smb_dtor_t), in smb_lavl_constructor()
428 list_destroy(&la->la_deleteq); in smb_lavl_destructor()
462 list_insert_tail(&la->la_deleteq, dtor); in smb_lavl_post()
494 dtor = list_head(&la->la_deleteq); in smb_lavl_flush()
498 list_remove(&la->la_deleteq, dtor); in smb_lavl_flush()
507 dtor = list_head(&la->la_deleteq); in smb_lavl_flush()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h391 list_t la_deleteq; member