Lines Matching refs:node_hdr
239 smb_llist_t *node_hdr; in smb_node_lookup() local
281 node_hdr = smb_node_get_hash(&fsid, &attr, &hashkey); in smb_node_lookup()
284 smb_llist_enter(node_hdr, lock_mode); in smb_node_lookup()
286 node = list_head(&node_hdr->ll_list); in smb_node_lookup()
289 ASSERT(node->n_hash_bucket == node_hdr); in smb_node_lookup()
310 smb_llist_exit(node_hdr); in smb_node_lookup()
332 node = smb_llist_next(node_hdr, node); in smb_node_lookup()
334 if ((lock_mode == RW_READER) && smb_llist_upgrade(node_hdr)) { in smb_node_lookup()
340 node = smb_node_alloc(od_name, vp, node_hdr, hashkey); in smb_node_lookup()
363 smb_llist_insert_head(node_hdr, node); in smb_node_lookup()
364 smb_llist_exit(node_hdr); in smb_node_lookup()
565 smb_llist_t *node_hdr; in smb_node_root_init() local
575 node_hdr = smb_node_get_hash(&vp->v_vfsp->vfs_fsid, &attr, &hashkey); in smb_node_root_init()
577 node = smb_node_alloc(ROOTVOL, vp, node_hdr, hashkey); in smb_node_root_init()
581 smb_llist_enter(node_hdr, RW_WRITER); in smb_node_root_init()
582 smb_llist_insert_head(node_hdr, node); in smb_node_root_init()
583 smb_llist_exit(node_hdr); in smb_node_root_init()