Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_lock.c423 list_t destroy_list; in smb_node_destroy_lock_by_ofile() local
454 list_create(&destroy_list, sizeof (smb_lock_t), in smb_node_destroy_lock_by_ofile()
464 list_insert_tail(&destroy_list, lock); in smb_node_destroy_lock_by_ofile()
470 lock = list_head(&destroy_list); in smb_node_destroy_lock_by_ofile()
472 nxtl = list_next(&destroy_list, lock); in smb_node_destroy_lock_by_ofile()
473 list_remove(&destroy_list, lock); in smb_node_destroy_lock_by_ofile()
478 list_destroy(&destroy_list); in smb_node_destroy_lock_by_ofile()