Searched refs:smb_llist_head (Results 1 – 12 of 12) sorted by relevance
78 for (lock = smb_llist_head(llist); in smb_lock_get_lock_count()379 for (lock = smb_llist_head(llist); in smb_lock_range_access()432 for (lock = smb_llist_head(&node->n_wlock_list); in smb_node_destroy_lock_by_ofile()458 lock = smb_llist_head(&node->n_lock_list); in smb_node_destroy_lock_by_ofile()508 for (lock = smb_llist_head(&node->n_wlock_list); in smb_lock_range_cancel()730 for (lock = smb_llist_head(&node->n_lock_list); in smb_lock_range_lckrules()962 for (lock = smb_llist_head(&node->n_lock_list); in smb_lock_range_ulckrules()1054 for (tl = smb_llist_head(&node->n_wlock_list); in smb_lock_destroy()1116 lk = smb_llist_head(llist_head); in smb_is_range_unlocked()1191 for (lock = smb_llist_head(llist); in smb_lock_dumplist()
426 sv = smb_llist_head(&smb_servers); in smb_server_create()1104 session = smb_llist_head(ll); in smb_server_disconnect_share()1589 session = smb_llist_head(sl); in smb_server_shutdown()1954 sv = smb_llist_head(&smb_servers); in smb_server_lookup()2012 for (sn = smb_llist_head(slist); in smb_server_lookup_user()2042 sn = smb_llist_head(ll); in smb_server_enum_users()2048 user = smb_llist_head(ulist); in smb_server_enum_users()2085 sn = smb_llist_head(ll); in smb_server_enum_trees()2091 tree = smb_llist_head(tlist); in smb_server_enum_trees()2131 for (sn = smb_llist_head(ll); in smb_server_session_disconnect()[all …]
106 session = smb_llist_head(ll); in smb_session_timers()884 xa = smb_llist_head(&session->s_xa_list); in smb_session_cancel()959 for (user = smb_llist_head(user_list); in smb_session_lookup_uid_st()996 tree = smb_llist_head(&session->s_tree_list); in smb_session_lookup_tree()1033 tree = smb_llist_head(tree_list); in smb_session_close_pid()1072 tree = smb_llist_head(tree_list); in smb_session_disconnect_owned_trees()1104 tree = smb_llist_head(tree_list); in smb_session_disconnect_trees()1152 for (tree = smb_llist_head(ll); in smb_session_disconnect_share()1196 user = smb_llist_head(ulist); in smb_session_logoff()
212 node = smb_llist_head(bucket); in smb_node_fini()221 node = smb_llist_head(bucket); in smb_node_fini()779 of = smb_llist_head(&node->n_ofile_list); in smb_node_open_check()815 of = smb_llist_head(&node->n_ofile_list); in smb_node_rename_check()853 of = smb_llist_head(&node->n_ofile_list); in smb_node_delete_check()888 of = smb_llist_head(&node->n_ofile_list); in smb_node_share_check()931 of = smb_llist_head(&node->n_ofile_list); in smb_node_notify_change()
1254 for (lock = smb_llist_head(llist); in smb2_dh_update_locks()1579 for (of = smb_llist_head(bucket); in smb2_durable_timers()1639 for (of = smb_llist_head(&node->n_ofile_list); in smb2_dh_close_my_orphans()1720 of = smb_llist_head(bucket); in smb2_dh_shutdown()1757 of = smb_llist_head(bucket); in smb2_dh_shutdown()
185 for (lease = smb_llist_head(bucket); lease != NULL; in smb2_lease_create()255 lease = smb_llist_head(bucket); in lease_lookup()
1358 od = smb_llist_head(od_list); in smb_tree_lookup_odir()1413 for (od = smb_llist_head(od_list); in smb_tree_close_odirs()
1049 of = smb_llist_head(ll); in smb_ofile_lookup_by_persistid()1168 of = smb_llist_head(ll); in smb_ofile_insert_persistid()
1912 nxa = smb_llist_head(xlist); in smb_xa_create()2064 xa = smb_llist_head(xlist); in smb_xa_find()
215 (o = smb_llist_head(&node->n_ofile_list); \
867 #define smb_llist_head(ll) list_head(&(ll)->ll_list) macro
66 #define smb_llist_head(ll) list_head(&(ll)->ll_list) macro