Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c618 smb_llist_t *of_list; in smb_ofile_lookup_by_fid() local
623 of_list = &tree->t_ofile_list; in smb_ofile_lookup_by_fid()
625 smb_llist_enter(of_list, RW_READER); in smb_ofile_lookup_by_fid()
626 of = smb_llist_head(of_list); in smb_ofile_lookup_by_fid()
632 of = smb_llist_next(of_list, of); in smb_ofile_lookup_by_fid()
656 smb_llist_exit(of_list); in smb_ofile_lookup_by_fid()
668 smb_llist_t *of_list; in smb_ofile_lookup_by_uniqid() local
673 of_list = &tree->t_ofile_list; in smb_ofile_lookup_by_uniqid()
674 smb_llist_enter(of_list, RW_READER); in smb_ofile_lookup_by_uniqid()
675 of = smb_llist_head(of_list); in smb_ofile_lookup_by_uniqid()
[all …]