Searched refs:smb_llist_remove (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vfs.c | 103 smb_llist_remove(&se->e_vfs_list, smb_vfs); in smb_vfs_rele() 129 smb_llist_remove(&se->e_vfs_list, smb_vfs); in smb_vfs_rele_all()
|
H A D | smb_lock.c | 113 smb_llist_remove(&node->n_lock_list, lock); in smb_unlock_range() 333 smb_llist_remove(&node->n_lock_list, lock); in smb_node_destroy_lock_by_ofile()
|
H A D | smb_server.c | 495 smb_llist_remove(&smb_servers, sv); in smb_server_delete() 2013 smb_llist_remove(&sv->sv_event_list, event); in smb_event_destroy() 2210 smb_llist_remove(splist, sp); in smb_spool_lookup_doc_byfid() 2272 smb_llist_remove(&sv->sp_info.sp_fidlist, spfid); in smb_spool_get_fid() 2354 smb_llist_remove(&ld->ld_session_list, session); in smb_server_destroy_session()
|
H A D | smb_user.c | 538 smb_llist_remove(&session->s_user_list, user); in smb_user_delete()
|
H A D | smb_node.c | 479 smb_llist_remove(node->n_hash_bucket, node); in smb_node_release() 984 smb_llist_remove(&node->n_ofile_list, of); in smb_node_rem_ofile()
|
H A D | smb_common_transact.c | 1955 smb_llist_remove(&session->s_xa_list, xa); in smb_xa_rele() 1994 smb_llist_remove(&xa->xa_session->s_xa_list, xa); in smb_xa_close()
|
H A D | smb_ofile.c | 944 smb_llist_remove(&tree->t_ofile_list, of); in smb_ofile_delete()
|
H A D | smb_odir.c | 1004 smb_llist_remove(&tree->t_odir_list, od); in smb_odir_delete()
|
H A D | smb_tree.c | 978 smb_llist_remove(&session->s_tree_list, tree); in smb_tree_dealloc()
|
H A D | smb_kutil.c | 569 smb_llist_remove( in smb_llist_remove() function
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 820 void smb_llist_remove(smb_llist_t *ll, void *obj);
|