Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c114 static smb_node_t *smb_node_alloc(char *, vnode_t *, smb_llist_t *, uint32_t);
173 node = smb_node_alloc("/", rootdir, node_hdr, hashkey); in smb_node_init()
365 node = smb_node_alloc(od_name, vp, node_hdr, hashkey); in smb_node_lookup()
1230 smb_node_alloc( in smb_node_alloc() function