Searched refs:od_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c1277 smb_llist_t *od_list; local
1282 od_list = &tree->t_odir_list;
1284 smb_llist_enter(od_list, RW_READER);
1285 od = smb_llist_head(od_list);
1289 od = smb_llist_next(od_list, od);
1306 smb_llist_exit(od_list);
1371 smb_llist_t *od_list; local
1376 od_list = &tree->t_odir_list;
1377 smb_llist_enter(od_list, RW_READER);
1381 od = smb_llist_next(od_list, o
[all...]

Completed in 58 milliseconds