Searched refs:n_wlock_list (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_lock.c | 431 smb_llist_enter(&node->n_wlock_list, RW_READER); in smb_node_destroy_lock_by_ofile() 432 for (lock = smb_llist_head(&node->n_wlock_list); in smb_node_destroy_lock_by_ofile() 434 lock = smb_llist_next(&node->n_wlock_list, lock)) { in smb_node_destroy_lock_by_ofile() 444 smb_llist_exit(&node->n_wlock_list); in smb_node_destroy_lock_by_ofile() 497 smb_llist_enter(&node->n_wlock_list, RW_READER); in smb_lock_range_cancel() 508 for (lock = smb_llist_head(&node->n_wlock_list); in smb_lock_range_cancel() 510 lock = smb_llist_next(&node->n_wlock_list, lock)) { in smb_lock_range_cancel() 534 smb_llist_exit(&node->n_wlock_list); in smb_lock_range_cancel() 832 smb_llist_enter(&node->n_wlock_list, RW_WRITER); in smb_lock_wait() 833 smb_llist_insert_tail(&node->n_wlock_list, lock); in smb_lock_wait() [all …]
|
H A D | smb_node.c | 1281 VERIFY(node->n_wlock_list.ll_count == 0); in smb_node_free() 1306 smb_llist_constructor(&node->n_wlock_list, sizeof (smb_lock_t), in smb_node_constructor() 1332 smb_llist_destructor(&node->n_wlock_list); in smb_node_destructor()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 2523 smb_llist_t n_wlock_list; member 2614 node.n_wlock_list = zero_llist; in smbnode_dcmd() 2677 node.n_wlock_list.ll_count); in smbnode_dcmd() 2678 if (node.n_wlock_list.ll_count != 0 && wll_off != -1) { in smbnode_dcmd() 2717 node.n_lock_list.ll_count, node.n_wlock_list.ll_count, in smbnode_dcmd()
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_ktypes.h | 679 smb_llist_t n_wlock_list; /* waiting locks */ member
|