Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c147 smb_llist_t *node_hdr; in smb_node_init() local
171 node_hdr = smb_node_get_hash(&rootdir->v_vfsp->vfs_fsid, &attr, in smb_node_init()
173 node = smb_node_alloc("/", rootdir, node_hdr, hashkey); in smb_node_init()
174 smb_llist_enter(node_hdr, RW_WRITER); in smb_node_init()
175 smb_llist_insert_head(node_hdr, node); in smb_node_init()
176 smb_llist_exit(node_hdr); in smb_node_init()
264 smb_llist_t *node_hdr; in smb_node_lookup() local
306 node_hdr = smb_node_get_hash(&fsid, &attr, &hashkey); in smb_node_lookup()
309 smb_llist_enter(node_hdr, lock_mode); in smb_node_lookup()
311 node = list_head(&node_hdr->ll_list); in smb_node_lookup()
[all …]