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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c53 * This transition occurs in smb_node_lookup(). If the node looked for is
79 * the mutex. This prevents a deadlock between smb_node_lookup() and
84 * about to be freed could be given out by smb_node_lookup(). To close that
86 * releasing the mutex. That way, even if smb_node_lookup() finds it, the
205 * smb_node_lookup() and smb_node_release(). You must track that
221 * smb_node_lookup()
226 * smb_node_lookup() is called upon successful lookup, mkdir, and create
243 smb_node_lookup( function
396 xattrdir_node = smb_node_lookup(sr, NULL, cr, xattrdirvp, XATTR_DIR,
402 snode = smb_node_lookup(s
[all...]

Completed in 117 milliseconds