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

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c239 smb_llist_t *node_hdr; local
281 node_hdr = smb_node_get_hash(&fsid, &attr, &hashkey);
284 smb_llist_enter(node_hdr, lock_mode);
286 node = list_head(&node_hdr->ll_list);
289 ASSERT(node->n_hash_bucket == node_hdr);
310 smb_llist_exit(node_hdr);
332 node = smb_llist_next(node_hdr, node);
334 if ((lock_mode == RW_READER) && smb_llist_upgrade(node_hdr)) {
340 node = smb_node_alloc(od_name, vp, node_hdr, hashkey);
363 smb_llist_insert_head(node_hdr, nod
565 smb_llist_t *node_hdr; local
[all...]

Completed in 41 milliseconds