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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c1333 smb_llist_t *ofile_list; local
1338 ofile_list = &tree->t_ofile_list;
1339 smb_llist_enter(ofile_list, RW_READER);
1343 of = smb_llist_next(ofile_list, of);
1345 of = smb_llist_head(ofile_list);
1352 of = smb_llist_next(ofile_list, of);
1355 smb_llist_exit(ofile_list);

Completed in 88 milliseconds