Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_server.c386 sv = smb_llist_head(&smb_servers); in smb_server_create()
1065 session = smb_llist_head(ll); in smb_server_disconnect_share()
1629 session = smb_llist_head(&ld->ld_session_list); in smb_server_listener()
1672 sv = smb_llist_head(&smb_servers); in smb_server_lookup()
1724 sn = smb_llist_head(ll); in smb_server_enum_users()
1730 user = smb_llist_head(ulist); in smb_server_enum_users()
1766 sn = smb_llist_head(ll); in smb_server_enum_trees()
1772 tree = smb_llist_head(tlist); in smb_server_enum_trees()
1811 sn = smb_llist_head(ll); in smb_server_session_disconnect()
1823 user = smb_llist_head(ulist); in smb_server_session_disconnect()
[all …]
H A Dsmb_session.c63 session = smb_llist_head(ll); in smb_session_timers()
101 sn = smb_llist_head(ll); in smb_session_correct_keep_alive_values()
758 xa = smb_llist_head(&session->s_xa_list); in smb_session_cancel()
842 user = smb_llist_head(ulist); in smb_session_lookup_user()
898 user = smb_llist_head(user_list); in smb_session_lookup_uid()
943 tree = smb_llist_head(&session->s_tree_list); in smb_session_lookup_tree()
988 tree = smb_llist_head(&session->s_tree_list); in smb_session_lookup_share()
1029 tree = smb_llist_head(&session->s_tree_list); in smb_session_lookup_volume()
1101 tree = smb_llist_head(tree_list); in smb_session_disconnect_owned_trees()
1204 tree = smb_llist_head(tree_list); in smb_session_get_tree()
[all …]
H A Dsmb_lock.c71 for (lock = smb_llist_head(llist); in smb_lock_get_lock_count()
281 for (lock = smb_llist_head(llist); in smb_lock_range_access()
326 lock = smb_llist_head(&node->n_lock_list); in smb_node_destroy_lock_by_ofile()
539 for (lock = smb_llist_head(&node->n_lock_list); in smb_lock_range_lckrules()
703 for (lock = smb_llist_head(&node->n_lock_list); in smb_lock_range_ulckrules()
831 lk = smb_llist_head(llist_head); in smb_is_range_unlocked()
H A Dsmb_vfs.c125 while ((smb_vfs = smb_llist_head(&se->e_vfs_list)) != NULL) { in smb_vfs_rele_all()
147 smb_vfs = smb_llist_head(&se->e_vfs_list); in smb_vfs_find()
H A Dsmb_ofile.c443 of = smb_llist_head(&tree->t_ofile_list); in smb_ofile_close_all()
468 of = smb_llist_head(&tree->t_ofile_list); in smb_ofile_close_all_by_pid()
626 of = smb_llist_head(of_list); in smb_ofile_lookup_by_fid()
675 of = smb_llist_head(of_list); in smb_ofile_lookup_by_uniqid()
888 next_of = smb_llist_head(&tree->t_ofile_list); in smb_ofile_close_and_next()
H A Dsmb_flush.c98 file = smb_llist_head(flist); in smb_com_flush()
H A Dsmb_node.c208 node = smb_llist_head(&smb_node_hash_table[i]); in smb_node_fini()
726 of = smb_llist_head(&node->n_ofile_list); in smb_node_open_check()
758 of = smb_llist_head(&node->n_ofile_list); in smb_node_rename_check()
795 of = smb_llist_head(&node->n_ofile_list); in smb_node_delete_check()
829 of = smb_llist_head(&node->n_ofile_list); in smb_node_share_check()
H A Dsmb_oplock.c128 while ((ob = smb_llist_head(&smb_oplock_breaks)) != NULL) { in smb_oplock_fini()
430 if ((ob = smb_llist_head(&smb_oplock_breaks)) != NULL) { in smb_oplock_get_break()
H A Dsmb_tree.c1262 od = smb_llist_head(od_list); in smb_tree_lookup_odir()
1322 of = smb_llist_head(ofile_list); in smb_tree_get_ofile()
1360 od = smb_llist_head(od_list); in smb_tree_get_odir()
H A Dsmb_common_transact.c1910 nxa = smb_llist_head(xlist); in smb_xa_create()
2062 xa = smb_llist_head(xlist); in smb_xa_find()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h753 #define smb_llist_head(ll) list_head(&(ll)->ll_list) macro