Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_flush.c104 file = smb_lavl_next(lavl, file); in smb_com_flush()
H A Dsmb_ofile.c701 of = smb_lavl_next(la, of)) { in smb_ofile_close_all()
1000 of = smb_lavl_next(lavl, of); in smb_ofile_lookup_by_uniqid()
H A Dsmb_tree.c477 of = smb_lavl_next(lavl, of); in smb_tree_enum()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h849 #define smb_lavl_next(la, obj) avl_walk(&(la)->la_tree, obj, AVL_AFTER) macro