Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_lock.c80 lock = smb_llist_next(llist, lock)) { in smb_lock_get_lock_count()
381 lock = smb_llist_next(llist, lock)) { in smb_lock_range_access()
460 nxtl = smb_llist_next(&node->n_lock_list, lock); in smb_node_destroy_lock_by_ofile()
732 lock = smb_llist_next(&node->n_lock_list, lock)) { in smb_lock_range_lckrules()
1056 tl = smb_llist_next(&node->n_wlock_list, tl)) { in smb_lock_destroy()
1119 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked()
1124 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked()
1136 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked()
1140 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked()
1162 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked()
[all …]
H A Dsmb_session.c117 session = smb_llist_next(ll, session); in smb_session_timers()
886 nextxa = smb_llist_next(&session->s_xa_list, xa); in smb_session_cancel()
961 user = smb_llist_next(user_list, user)) { in smb_session_lookup_uid_st()
1012 tree = smb_llist_next(&session->s_tree_list, tree); in smb_session_lookup_tree()
1039 tree = smb_llist_next(tree_list, tree); in smb_session_close_pid()
1085 tree = smb_llist_next(tree_list, tree); in smb_session_disconnect_owned_trees()
1110 tree = smb_llist_next(tree_list, tree); in smb_session_disconnect_trees()
1154 tree = smb_llist_next(ll, tree)) { in smb_session_disconnect_share()
1223 user = smb_llist_next(ulist, user); in smb_session_logoff()
H A Dsmb_server.c433 sv = smb_llist_next(&smb_servers, sv); in smb_server_create()
1117 session = smb_llist_next(ll, session); in smb_server_disconnect_share()
2014 sn = smb_llist_next(slist, sn)) { in smb_server_lookup_user()
2058 user = smb_llist_next(ulist, user); in smb_server_enum_users()
2066 sn = smb_llist_next(ll, sn); in smb_server_enum_users()
2101 tree = smb_llist_next(tlist, tree); in smb_server_enum_trees()
2109 sn = smb_llist_next(ll, sn); in smb_server_enum_trees()
2133 sn = smb_llist_next(ll, sn)) { in smb_server_session_disconnect()
2193 tree = smb_llist_next(tlist, tree); in smb_server_fclose()
2197 sn = smb_llist_next(ll, sn); in smb_server_fclose()
[all …]
H A Dsmb_node.c357 node = smb_llist_next(node_hdr, node); in smb_node_lookup()
786 of = smb_llist_next(&node->n_ofile_list, of); in smb_node_open_check()
822 of = smb_llist_next(&node->n_ofile_list, of); in smb_node_rename_check()
860 of = smb_llist_next(&node->n_ofile_list, of); in smb_node_delete_check()
944 of = smb_llist_next(&node->n_ofile_list, of); in smb_node_notify_change()
H A Dsmb2_durable.c1256 lock = smb_llist_next(llist, lock)) { in smb2_dh_update_locks()
1581 of = smb_llist_next(bucket, of)) { in smb2_durable_timers()
1641 of = smb_llist_next(&node->n_ofile_list, of)) { in smb2_dh_close_my_orphans()
1748 of = smb_llist_next(bucket, of); in smb2_dh_shutdown()
1762 of = smb_llist_next(bucket, of); in smb2_dh_shutdown()
H A Dsmb2_lease.c186 lease = smb_llist_next(bucket, lease)) { in smb2_lease_create()
261 lease = smb_llist_next(bucket, lease); in lease_lookup()
H A Dsmb_tree.c1362 od = smb_llist_next(od_list, od); in smb_tree_lookup_odir()
1415 od = smb_llist_next(od_list, od)) { in smb_tree_close_odirs()
H A Dsmb_ofile.c1053 of = smb_llist_next(ll, of); in smb_ofile_lookup_by_persistid()
1175 of = smb_llist_next(ll, of); in smb_ofile_insert_persistid()
H A Dsmb_common_transact.c1923 nxa = smb_llist_next(xlist, nxa); in smb_xa_create()
2077 xa = smb_llist_next(xlist, xa); in smb_xa_find()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_oplock.h217 o = smb_llist_next(&node->n_ofile_list, o))
H A Dsmb_kproto.h868 #define smb_llist_next(ll, obj) list_next(&(ll)->ll_list, obj) macro
/illumos-gate/usr/src/cmd/smbsrv/testoplock/smbsrv/
H A Dsmb_kproto.h67 #define smb_llist_next(ll, obj) list_next(&(ll)->ll_list, obj) macro