Searched refs:of_list (Results 1 – 1 of 1) sorted by relevance
635 smb_llist_t *of_list; in smb_ofile_lookup_by_fid() local640 of_list = &tree->t_ofile_list; in smb_ofile_lookup_by_fid()642 smb_llist_enter(of_list, RW_READER); in smb_ofile_lookup_by_fid()643 of = smb_llist_head(of_list); in smb_ofile_lookup_by_fid()649 of = smb_llist_next(of_list, of); in smb_ofile_lookup_by_fid()673 smb_llist_exit(of_list); in smb_ofile_lookup_by_fid()685 smb_llist_t *of_list; in smb_ofile_lookup_by_uniqid() local690 of_list = &tree->t_ofile_list; in smb_ofile_lookup_by_uniqid()691 smb_llist_enter(of_list, RW_READER); in smb_ofile_lookup_by_uniqid()692 of = smb_llist_head(of_list); in smb_ofile_lookup_by_uniqid()[all …]