Searched refs:smb_llist_next (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_lock.c | 73 lock = smb_llist_next(llist, lock)) { in smb_lock_get_lock_count() 283 lock = smb_llist_next(llist, lock)) { in smb_lock_range_access() 328 nxtl = smb_llist_next(&node->n_lock_list, lock); in smb_node_destroy_lock_by_ofile() 541 lock = smb_llist_next(&node->n_lock_list, lock)) { in smb_lock_range_lckrules() 705 lock = smb_llist_next(&node->n_lock_list, lock)) { in smb_lock_range_ulckrules() 834 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked() 839 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked() 851 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked() 855 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked() 877 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked()
|
H A D | smb_session.c | 73 session = smb_llist_next(ll, session); in smb_session_timers() 106 sn = smb_llist_next(ll, sn); in smb_session_correct_keep_alive_values() 760 nextxa = smb_llist_next(&session->s_xa_list, xa); in smb_session_cancel() 850 user = smb_llist_next(ulist, user); in smb_session_lookup_user() 911 user = smb_llist_next(user_list, user); in smb_session_lookup_uid() 959 tree = smb_llist_next(&session->s_tree_list, tree); in smb_session_lookup_tree() 986 tree = smb_llist_next(&session->s_tree_list, tree); in smb_session_lookup_share() 1000 tree = smb_llist_next(&session->s_tree_list, tree); in smb_session_lookup_share() 1027 tree = smb_llist_next(&session->s_tree_list, tree); in smb_session_lookup_volume() 1043 tree = smb_llist_next(&session->s_tree_list, tree); in smb_session_lookup_volume() [all …]
|
H A D | smb_server.c | 393 sv = smb_llist_next(&smb_servers, sv); in smb_server_create() 1078 session = smb_llist_next(ll, session); in smb_server_disconnect_share() 1632 session = smb_llist_next(&ld->ld_session_list, session); in smb_server_listener() 1687 sv = smb_llist_next(&smb_servers, sv); in smb_server_lookup() 1740 user = smb_llist_next(ulist, user); in smb_server_enum_users() 1748 sn = smb_llist_next(ll, sn); in smb_server_enum_users() 1782 tree = smb_llist_next(tlist, tree); in smb_server_enum_trees() 1790 sn = smb_llist_next(ll, sn); in smb_server_enum_trees() 1817 sn = smb_llist_next(ll, sn); in smb_server_session_disconnect() 1844 user = smb_llist_next(ulist, user); in smb_server_session_disconnect() [all …]
|
H A D | smb_flush.c | 103 file = smb_llist_next(flist, file); in smb_com_flush()
|
H A D | smb_ofile.c | 475 of = smb_llist_next(&tree->t_ofile_list, of); in smb_ofile_close_all_by_pid() 632 of = smb_llist_next(of_list, of); in smb_ofile_lookup_by_fid() 688 of = smb_llist_next(of_list, of); in smb_ofile_lookup_by_uniqid() 897 next_of = smb_llist_next(&of->f_tree->t_ofile_list, of); in smb_ofile_close_and_next() 902 next_of = smb_llist_next(&of->f_tree->t_ofile_list, of); in smb_ofile_close_and_next()
|
H A D | smb_vfs.c | 152 smb_vfs = smb_llist_next(&se->e_vfs_list, smb_vfs); in smb_vfs_find()
|
H A D | smb_tree.c | 1266 od = smb_llist_next(od_list, od); in smb_tree_lookup_odir() 1320 of = smb_llist_next(ofile_list, of); in smb_tree_get_ofile() 1329 of = smb_llist_next(ofile_list, of); in smb_tree_get_ofile() 1358 od = smb_llist_next(od_list, od); in smb_tree_get_odir() 1368 od = smb_llist_next(od_list, od); in smb_tree_get_odir()
|
H A D | smb_node.c | 345 node = smb_llist_next(node_hdr, node); in smb_node_lookup() 733 of = smb_llist_next(&node->n_ofile_list, of); in smb_node_open_check() 765 of = smb_llist_next(&node->n_ofile_list, of); in smb_node_rename_check() 802 of = smb_llist_next(&node->n_ofile_list, of); in smb_node_delete_check()
|
H A D | smb_common_transact.c | 1921 nxa = smb_llist_next(xlist, nxa); in smb_xa_create() 2075 xa = smb_llist_next(xlist, xa); in smb_xa_find()
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 754 #define smb_llist_next(ll, obj) list_next(&(ll)->ll_list, obj) macro
|