split_ntfs_stream_name 1218 source3/include/proto.h NTSTATUS split_ntfs_stream_name(TALLOC_CTX *mem_ctx, const char *fname,
split_ntfs_stream_name   39 source3/modules/onefs_streams.c 	status = split_ntfs_stream_name(mem_ctx, fname, pbase, pstream);
split_ntfs_stream_name  279 source3/modules/vfs_streams_depot.c 	if (!NT_STATUS_IS_OK(split_ntfs_stream_name(talloc_tos(), fname,
split_ntfs_stream_name  441 source3/modules/vfs_streams_depot.c 	if (!NT_STATUS_IS_OK(split_ntfs_stream_name(talloc_tos(), fname,
split_ntfs_stream_name  547 source3/modules/vfs_streams_depot.c 	if (!NT_STATUS_IS_OK(split_ntfs_stream_name(talloc_tos(), oldname,
split_ntfs_stream_name  553 source3/modules/vfs_streams_depot.c 	if (!NT_STATUS_IS_OK(split_ntfs_stream_name(talloc_tos(), newname,
split_ntfs_stream_name  102 source3/modules/vfs_streams_xattr.c 	status = split_ntfs_stream_name(talloc_tos(), sio->fsp->fsp_name,
split_ntfs_stream_name  190 source3/modules/vfs_streams_xattr.c 	status = split_ntfs_stream_name(talloc_tos(), fname, &base, &sname);
split_ntfs_stream_name  241 source3/modules/vfs_streams_xattr.c 	status = split_ntfs_stream_name(talloc_tos(), fname, &base, &sname);
split_ntfs_stream_name  300 source3/modules/vfs_streams_xattr.c 	status = split_ntfs_stream_name(talloc_tos(), fname,
split_ntfs_stream_name  463 source3/modules/vfs_streams_xattr.c 	status = split_ntfs_stream_name(talloc_tos(), fname, &base, &sname);
split_ntfs_stream_name  527 source3/modules/vfs_streams_xattr.c 	status = split_ntfs_stream_name(talloc_tos(), oldname, &obase, &ostream);
split_ntfs_stream_name  533 source3/modules/vfs_streams_xattr.c 	status = split_ntfs_stream_name(talloc_tos(), newname, &nbase, &nstream);
split_ntfs_stream_name 2991 source3/smbd/open.c 		status = split_ntfs_stream_name(talloc_tos(), fname,
split_ntfs_stream_name 4002 source3/smbd/trans2.c 			status = split_ntfs_stream_name(talloc_tos(), fname,
split_ntfs_stream_name 5636 source3/torture/torture.c 	status = split_ntfs_stream_name(talloc_tos(), fname, &base, &stream);