Searched refs:smb_llist_next (Results 1 – 10 of 10) sorted by relevance
/titanic_50/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() 286 lock = smb_llist_next(llist, lock)) { in smb_lock_range_access() 331 nxtl = smb_llist_next(&node->n_lock_list, lock); in smb_node_destroy_lock_by_ofile() 544 lock = smb_llist_next(&node->n_lock_list, lock)) { in smb_lock_range_lckrules() 708 lock = smb_llist_next(&node->n_lock_list, lock)) { in smb_lock_range_ulckrules() 837 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked() 842 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked() 854 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked() 858 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked() 880 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked()
|
H A D | smb_session.c | 77 session = smb_llist_next(ll, session); in smb_session_timers() 110 sn = smb_llist_next(ll, sn); in smb_session_correct_keep_alive_values() 856 nextxa = smb_llist_next(&session->s_xa_list, xa); in smb_session_cancel() 924 user = smb_llist_next(user_list, user); in smb_session_lookup_uid_st() 972 tree = smb_llist_next(&session->s_tree_list, tree); in smb_session_lookup_tree() 999 tree = smb_llist_next(&session->s_tree_list, tree); in smb_session_lookup_share() 1013 tree = smb_llist_next(&session->s_tree_list, tree); in smb_session_lookup_share() 1040 tree = smb_llist_next(&session->s_tree_list, tree); in smb_session_lookup_volume() 1056 tree = smb_llist_next(&session->s_tree_list, tree); in smb_session_lookup_volume() 1126 tree = smb_llist_next(tree_list, tree); in smb_session_disconnect_owned_trees() [all …]
|
H A D | smb_server.c | 395 sv = smb_llist_next(&smb_servers, sv); in smb_server_create() 1085 session = smb_llist_next(ll, session); in smb_server_disconnect_share() 1642 session = smb_llist_next(&ld->ld_session_list, session); in smb_server_listener() 1697 sv = smb_llist_next(&smb_servers, sv); in smb_server_lookup() 1750 user = smb_llist_next(ulist, user); in smb_server_enum_users() 1758 sn = smb_llist_next(ll, sn); in smb_server_enum_users() 1792 tree = smb_llist_next(tlist, tree); in smb_server_enum_trees() 1800 sn = smb_llist_next(ll, sn); in smb_server_enum_trees() 1827 sn = smb_llist_next(ll, sn); in smb_server_session_disconnect() 1854 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 | 492 of = smb_llist_next(&tree->t_ofile_list, of); in smb_ofile_close_all_by_pid() 649 of = smb_llist_next(of_list, of); in smb_ofile_lookup_by_fid() 705 of = smb_llist_next(of_list, of); in smb_ofile_lookup_by_uniqid() 914 next_of = smb_llist_next(&of->f_tree->t_ofile_list, of); in smb_ofile_close_and_next() 919 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 | 1289 od = smb_llist_next(od_list, od); in smb_tree_lookup_odir() 1343 of = smb_llist_next(ofile_list, of); in smb_tree_get_ofile() 1352 of = smb_llist_next(ofile_list, of); in smb_tree_get_ofile() 1381 od = smb_llist_next(od_list, od); in smb_tree_get_odir() 1391 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() 741 of = smb_llist_next(&node->n_ofile_list, of); in smb_node_open_check() 773 of = smb_llist_next(&node->n_ofile_list, of); in smb_node_rename_check() 810 of = smb_llist_next(&node->n_ofile_list, of); in smb_node_delete_check()
|
H A D | smb_common_transact.c | 1900 nxa = smb_llist_next(xlist, nxa); in smb_xa_create() 2054 xa = smb_llist_next(xlist, xa); in smb_xa_find()
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 825 #define smb_llist_next(ll, obj) list_next(&(ll)->ll_list, obj) macro
|