Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_server.c388 sv = smb_llist_head(&smb_servers); in smb_server_create()
1073 session = smb_llist_head(ll); in smb_server_disconnect_share()
1639 session = smb_llist_head(&ld->ld_session_list); in smb_server_listener()
1682 sv = smb_llist_head(&smb_servers); in smb_server_lookup()
1734 sn = smb_llist_head(ll); in smb_server_enum_users()
1740 user = smb_llist_head(ulist); in smb_server_enum_users()
1776 sn = smb_llist_head(ll); in smb_server_enum_trees()
1782 tree = smb_llist_head(tlist); in smb_server_enum_trees()
1821 sn = smb_llist_head(ll); in smb_server_session_disconnect()
1833 user = smb_llist_head(ulist); in smb_server_session_disconnect()
[all …]
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_lock.c71 for (lock = smb_llist_head(llist); in smb_lock_get_lock_count()
284 for (lock = smb_llist_head(llist); in smb_lock_range_access()
329 lock = smb_llist_head(&node->n_lock_list); in smb_node_destroy_lock_by_ofile()
542 for (lock = smb_llist_head(&node->n_lock_list); in smb_lock_range_lckrules()
706 for (lock = smb_llist_head(&node->n_lock_list); in smb_lock_range_ulckrules()
834 lk = smb_llist_head(llist_head); in smb_is_range_unlocked()
H A Dsmb_session.c67 session = smb_llist_head(ll); in smb_session_timers()
105 sn = smb_llist_head(ll); in smb_session_correct_keep_alive_values()
854 xa = smb_llist_head(&session->s_xa_list); in smb_session_cancel()
914 user = smb_llist_head(user_list); in smb_session_lookup_uid_st()
956 tree = smb_llist_head(&session->s_tree_list); in smb_session_lookup_tree()
1001 tree = smb_llist_head(&session->s_tree_list); in smb_session_lookup_share()
1042 tree = smb_llist_head(&session->s_tree_list); in smb_session_lookup_volume()
1114 tree = smb_llist_head(tree_list); in smb_session_disconnect_owned_trees()
1217 tree = smb_llist_head(tree_list); in smb_session_get_tree()
1245 user = smb_llist_head(&session->s_user_list); in smb_session_logoff()
H A Dsmb_flush.c98 file = smb_llist_head(flist); in smb_com_flush()
H A Dsmb_ofile.c460 of = smb_llist_head(&tree->t_ofile_list); in smb_ofile_close_all()
485 of = smb_llist_head(&tree->t_ofile_list); in smb_ofile_close_all_by_pid()
643 of = smb_llist_head(of_list); in smb_ofile_lookup_by_fid()
692 of = smb_llist_head(of_list); in smb_ofile_lookup_by_uniqid()
905 next_of = smb_llist_head(&tree->t_ofile_list); in smb_ofile_close_and_next()
H A Dsmb_node.c208 node = smb_llist_head(&smb_node_hash_table[i]); in smb_node_fini()
734 of = smb_llist_head(&node->n_ofile_list); in smb_node_open_check()
766 of = smb_llist_head(&node->n_ofile_list); in smb_node_rename_check()
803 of = smb_llist_head(&node->n_ofile_list); in smb_node_delete_check()
837 of = smb_llist_head(&node->n_ofile_list); in smb_node_share_check()
H A Dsmb_tree.c1285 od = smb_llist_head(od_list); in smb_tree_lookup_odir()
1345 of = smb_llist_head(ofile_list); in smb_tree_get_ofile()
1383 od = smb_llist_head(od_list); in smb_tree_get_odir()
H A Dsmb_common_transact.c1889 nxa = smb_llist_head(xlist); in smb_xa_create()
2041 xa = smb_llist_head(xlist); in smb_xa_find()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h824 #define smb_llist_head(ll) list_head(&(ll)->ll_list) macro