Lines Matching refs:thmap_inode_t
197 } thmap_inode_t; typedef
199 #define THMAP_INODE_LEN sizeof(thmap_inode_t)
294 node_locked_p(thmap_inode_t *node) in node_locked_p()
300 lock_node(thmap_inode_t *node) in lock_node()
319 unlock_node(thmap_inode_t *node) in unlock_node()
426 static thmap_inode_t *
427 node_create(thmap_t *thmap, thmap_inode_t *parent) in node_create()
429 thmap_inode_t *node; in node_create()
449 node_insert(thmap_inode_t *node, unsigned slot, thmap_ptr_t child) in node_insert()
468 node_remove(thmap_inode_t *node, unsigned slot) in node_remove()
530 get_leaf(const thmap_t *thmap, thmap_inode_t *parent, unsigned slot) in get_leaf()
557 thmap_inode_t *node; in root_try_put()
602 static thmap_inode_t *
607 thmap_inode_t *parent; in find_edge_node()
650 static thmap_inode_t *
654 thmap_inode_t *node; in find_edge_node_locked()
697 thmap_inode_t *parent; in thmap_get()
727 thmap_inode_t *parent, *child; in thmap_put()
857 thmap_inode_t *parent; in thmap_del()
884 thmap_inode_t *node = parent; in thmap_del()