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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c139 smb_llist_t *node_hdr; local
163 node_hdr = smb_node_get_hash(&rootdir->v_vfsp->vfs_fsid, &attr,
165 node = smb_node_alloc("/", rootdir, node_hdr, hashkey);
166 smb_llist_enter(node_hdr, RW_WRITER);
167 smb_llist_insert_head(node_hdr, node);
168 smb_llist_exit(node_hdr);
252 smb_llist_t *node_hdr; local
294 node_hdr = smb_node_get_hash(&fsid, &attr, &hashkey);
297 smb_llist_enter(node_hdr, lock_mode);
299 node = list_head(&node_hdr
[all...]

Completed in 46 milliseconds