Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_lock.c78 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()
H A Dsmb_server.c1104 session = smb_llist_head(ll); in smb_server_disconnect_share()
1589 session = smb_llist_head(sl); in smb_server_shutdown()
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()
2179 sn = smb_llist_head(ll); in smb_server_fclose()
2185 tree = smb_llist_head(tlist); in smb_server_fclose()
2624 sp = smb_llist_head(splist); in smb_spool_lookup_doc_byfid()
[all …]
H A Dsmb_session.c106 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()
H A Dsmb_node.c212 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()
H A Dsmb2_durable.c1254 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()
H A Dsmb2_lease.c185 for (lease = smb_llist_head(bucket); lease != NULL; in smb2_lease_create()
255 lease = smb_llist_head(bucket); in lease_lookup()
H A Dsmb_tree.c1358 od = smb_llist_head(od_list); in smb_tree_lookup_odir()
1413 for (od = smb_llist_head(od_list); in smb_tree_close_odirs()
H A Dsmb_ofile.c1049 of = smb_llist_head(ll); in smb_ofile_lookup_by_persistid()
1168 of = smb_llist_head(ll); in smb_ofile_insert_persistid()
H A Dsmb_common_transact.c1912 nxa = smb_llist_head(xlist); in smb_xa_create()
2064 xa = smb_llist_head(xlist); in smb_xa_find()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_oplock.h215 (o = smb_llist_head(&node->n_ofile_list); \
H A Dsmb_kproto.h867 #define smb_llist_head(ll) list_head(&(ll)->ll_list) macro
/illumos-gate/usr/src/cmd/smbsrv/testoplock/smbsrv/
H A Dsmb_kproto.h66 #define smb_llist_head(ll) list_head(&(ll)->ll_list) macro