Searched refs:smi_hash_avl (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_subr2.c | 663 avl_insert(&mi->smi_hash_avl, np, where); in sn_addhash_locked() 685 avl_remove(&mi->smi_hash_avl, np); in sn_rmhash_locked() 732 np = avl_find(&mi->smi_hash_avl, &nhdr, pwhere); in sn_hashfind() 835 np = avl_walk(&mi->smi_hash_avl, np, AVL_AFTER); in smbfs_attrcache_prune() 882 for (np = avl_first(&mi->smi_hash_avl); np != NULL; in smbfs_check_table() 883 np = avl_walk(&mi->smi_hash_avl, np, AVL_AFTER)) { in smbfs_check_table() 950 while ((np = avl_destroy_nodes(&mi->smi_hash_avl, &v)) != NULL) { in smbfs_destroy_table() 986 avl_destroy(&mi->smi_hash_avl); in smbfs_destroy_table() 992 mi->smi_hash_avl = tmp_avl; in smbfs_destroy_table()
|
H A D | smbfs.h | 131 avl_tree_t smi_hash_avl; member
|
H A D | smbfs_vfsops.c | 324 avl_destroy(&smi->smi_hash_avl); in smbfs_free_smi() 481 smbfs_init_hash_avl(&smi->smi_hash_avl); in smbfs_mount()
|
/titanic_50/usr/src/cmd/mdb/common/modules/smbfs/ |
H A D | smbfs.c | 239 addr += OFFSETOF(smbmntinfo_t, smi_hash_avl); in smbfs_node_dcmd()
|