Searched refs:stream_name (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_query_fileinfo.c | 626 char *stream_name; in smb_query_stream_info() local 675 stream_name = "::$DATA"; in smb_query_stream_info() 676 stream_nlen = smb_ascii_or_unicode_strlen(sr, stream_name); in smb_query_stream_info() 697 stream_name); in smb_query_stream_info()
|
H A D | smb_vops.c | 1038 char *stream_name, in smb_vop_stream_lookup() argument 1060 "%s%s", SMB_STREAM_PREFIX, stream_name); in smb_vop_stream_lookup() 1084 smb_vop_stream_create(vnode_t *fvp, char *stream_name, smb_attr_t *attr, in smb_vop_stream_create() argument 1100 "%s%s", SMB_STREAM_PREFIX, stream_name); in smb_vop_stream_create() 1112 smb_vop_stream_remove(vnode_t *vp, char *stream_name, int flags, cred_t *cr) in smb_vop_stream_remove() argument 1128 "%s%s", SMB_STREAM_PREFIX, stream_name); in smb_vop_stream_remove()
|
H A D | smb_node.c | 391 vnode_t *xattrdirvp, vnode_t *vp, char *stream_name) in smb_stream_node_lookup() argument 402 snode = smb_node_lookup(sr, NULL, cr, vp, stream_name, xattrdir_node, in smb_stream_node_lookup()
|