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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c141 uint32_t hashkey; local
164 &hashkey);
165 node = smb_node_alloc("/", rootdir, node_hdr, hashkey);
255 uint32_t hashkey = 0; local
294 node_hdr = smb_node_get_hash(&fsid, &attr, &hashkey);
303 if ((node->n_hashkey == hashkey) && (node->vp == vp)) {
353 node = smb_node_alloc(od_name, vp, node_hdr, hashkey);
1143 uint32_t hashkey)
1158 node->n_hashkey = hashkey;
1317 uint32_t hashkey; local
1139 smb_node_alloc( char *od_name, vnode_t *vp, smb_llist_t *bucket, uint32_t hashkey) argument
[all...]

Completed in 225 milliseconds