Searched defs:of_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c636 smb_llist_t *of_list; local
641 of_list = &tree->t_ofile_list;
643 smb_llist_enter(of_list, RW_READER);
644 of = smb_llist_head(of_list);
650 of = smb_llist_next(of_list, of);
674 smb_llist_exit(of_list);
686 smb_llist_t *of_list; local
691 of_list = &tree->t_ofile_list;
692 smb_llist_enter(of_list, RW_READER);
693 of = smb_llist_head(of_list);
[all...]

Completed in 82 milliseconds